pango 3.1.6-x86-mingw32 → 3.1.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/ext/pango/pango.def +1 -0
- data/ext/pango/rb-pango-attr-iterator.c +60 -0
- data/ext/pango/rb-pango-attr-list.c +10 -0
- data/ext/pango/rb-pango-attribute.c +413 -34
- data/ext/pango/rb-pango-conversions.h +9 -0
- data/ext/pango/rb-pango-private.h +2 -0
- data/ext/pango/rb-pango-scale.c +53 -0
- data/ext/pango/rb-pango.c +2 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/pango/attr-type.rb +27 -0
- data/lib/pango/deprecated.rb +33 -0
- data/lib/pango/loader.rb +3 -8
- data/test/test-attr-iterator.rb +36 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-version-macros.h +135 -128
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicudt58.dll +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +1 -1
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +1 -1
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +1 -1
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +4 -4
- data/vendor/local/share/man/man1/pango-view.1 +1 -1
- metadata +10 -6
data/vendor/local/lib/icudt.dll
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/icuin.dll
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/icuio.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/lib/icutu.dll
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/icuuc.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -5,7 +5,7 @@ includedir=${prefix}/include
|
|
5
5
|
|
6
6
|
Name: Pango FT2 and Pango Fc
|
7
7
|
Description: Freetype 2.0 and fontconfig font support for Pango
|
8
|
-
Version: 1.40.
|
8
|
+
Version: 1.40.6
|
9
9
|
Requires: pango freetype2 fontconfig
|
10
10
|
Requires.private: harfbuzz
|
11
11
|
Libs: -L${libdir} -lpangoft2-1.0
|
@@ -223,7 +223,7 @@
|
|
223
223
|
</div>
|
224
224
|
<div class="refsect1">
|
225
225
|
<a name="PangoRenderer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
226
|
-
<pre class="screen"> <a href="/home/
|
226
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
227
227
|
<span class="lineart">╰──</span> PangoRenderPart
|
228
228
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
229
229
|
<span class="lineart">╰──</span> PangoRenderer
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Pango Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for Pango 1.40.
|
17
|
+
<div><p class="releaseinfo">for Pango 1.40.6
|
18
18
|
</p></div>
|
19
19
|
</div>
|
20
20
|
<hr>
|
@@ -96,7 +96,7 @@
|
|
96
96
|
</div>
|
97
97
|
<div class="refsect1">
|
98
98
|
<a name="pango-Bidirectional-Text.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
99
|
-
<pre class="screen"> <a href="/home/
|
99
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
100
100
|
<span class="lineart">├──</span> PangoBidiType
|
101
101
|
<span class="lineart">╰──</span> PangoDirection
|
102
102
|
</pre>
|
@@ -296,7 +296,7 @@
|
|
296
296
|
</div>
|
297
297
|
<div class="refsect1">
|
298
298
|
<a name="pango-Cairo-Rendering.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
299
|
-
<pre class="screen"> <a href="/home/
|
299
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
300
300
|
<span class="lineart">├──</span> PangoCairoFont
|
301
301
|
<span class="lineart">╰──</span> PangoCairoFontMap
|
302
302
|
</pre>
|
@@ -140,7 +140,7 @@
|
|
140
140
|
</div>
|
141
141
|
<div class="refsect1">
|
142
142
|
<a name="pango-Coverage-Maps.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
143
|
-
<pre class="screen"> <a href="/home/
|
143
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
144
144
|
<span class="lineart">╰──</span> PangoCoverageLevel
|
145
145
|
</pre>
|
146
146
|
</div>
|
@@ -791,15 +791,15 @@
|
|
791
791
|
</div>
|
792
792
|
<div class="refsect1">
|
793
793
|
<a name="pango-Fonts.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
794
|
-
<pre class="screen"> <a href="/home/
|
794
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
795
795
|
<span class="lineart">├──</span> PangoFontDescription
|
796
796
|
<span class="lineart">╰──</span> PangoFontMetrics
|
797
|
-
<a href="/home/
|
797
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
798
798
|
<span class="lineart">├──</span> PangoStretch
|
799
799
|
<span class="lineart">├──</span> PangoStyle
|
800
800
|
<span class="lineart">├──</span> PangoVariant
|
801
801
|
<span class="lineart">╰──</span> PangoWeight
|
802
|
-
<a href="/home/
|
802
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
803
803
|
<span class="lineart">╰──</span> PangoFontMask
|
804
804
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
805
805
|
<span class="lineart">├──</span> PangoFont
|
@@ -2974,8 +2974,8 @@ to <a class="link" href="pango-Text-Processing.html#pango-context-new" title="pa
|
|
2974
2974
|
<p>If you are using Pango as part of a higher-level system,
|
2975
2975
|
that system may have it's own way of create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
2976
2976
|
For instance, the GTK+ toolkit has, among others,
|
2977
|
-
<a href="
|
2978
|
-
<a href="
|
2977
|
+
<a href="../gdk4/gdk4-Pango-Interaction.html#gdk-pango-context-get-for-screen"><code class="function">gdk_pango_context_get_for_screen()</code></a>, and
|
2978
|
+
<a href="../gtk4/GtkWidget.html#gtk-widget-get-pango-context"><code class="function">gtk_widget_get_pango_context()</code></a>. Use those instead.</p>
|
2979
2979
|
<div class="refsect3">
|
2980
2980
|
<a name="pango-font-map-create-context.parameters"></a><h4>Parameters</h4>
|
2981
2981
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -482,7 +482,7 @@
|
|
482
482
|
</div>
|
483
483
|
<div class="refsect1">
|
484
484
|
<a name="pango-Glyph-Storage.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
485
|
-
<pre class="screen"> <a href="/home/
|
485
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
486
486
|
<span class="lineart">├──</span> PangoGlyphItem
|
487
487
|
<span class="lineart">├──</span> PangoGlyphItemIter
|
488
488
|
<span class="lineart">├──</span> PangoGlyphString
|
@@ -765,10 +765,10 @@
|
|
765
765
|
</div>
|
766
766
|
<div class="refsect1">
|
767
767
|
<a name="pango-Layout-Objects.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
768
|
-
<pre class="screen"> <a href="/home/
|
768
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
769
769
|
<span class="lineart">├──</span> PangoLayoutIter
|
770
770
|
<span class="lineart">╰──</span> PangoLayoutLine
|
771
|
-
<a href="/home/
|
771
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
772
772
|
<span class="lineart">├──</span> PangoAlignment
|
773
773
|
<span class="lineart">├──</span> PangoEllipsizeMode
|
774
774
|
<span class="lineart">╰──</span> PangoWrapMode
|
@@ -177,9 +177,9 @@
|
|
177
177
|
</div>
|
178
178
|
<div class="refsect1">
|
179
179
|
<a name="pango-Scripts-and-Languages.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
180
|
-
<pre class="screen"> <a href="/home/
|
180
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
181
181
|
<span class="lineart">╰──</span> PangoLanguage
|
182
|
-
<a href="/home/
|
182
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
183
183
|
<span class="lineart">╰──</span> PangoScript
|
184
184
|
</pre>
|
185
185
|
</div>
|
@@ -152,9 +152,9 @@
|
|
152
152
|
</div>
|
153
153
|
<div class="refsect1">
|
154
154
|
<a name="pango-Tab-Stops.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
155
|
-
<pre class="screen"> <a href="/home/
|
155
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
156
156
|
<span class="lineart">╰──</span> PangoTabArray
|
157
|
-
<a href="/home/
|
157
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
158
158
|
<span class="lineart">╰──</span> PangoTabAlign
|
159
159
|
</pre>
|
160
160
|
</div>
|
@@ -635,10 +635,10 @@
|
|
635
635
|
</div>
|
636
636
|
<div class="refsect1">
|
637
637
|
<a name="pango-Text-Attributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
638
|
-
<pre class="screen"> <a href="/home/
|
638
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
639
639
|
<span class="lineart">├──</span> PangoAttrList
|
640
640
|
<span class="lineart">╰──</span> PangoColor
|
641
|
-
<a href="/home/
|
641
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
642
642
|
<span class="lineart">├──</span> PangoAttrType
|
643
643
|
<span class="lineart">╰──</span> PangoUnderline
|
644
644
|
</pre>
|
@@ -363,7 +363,7 @@
|
|
363
363
|
</div>
|
364
364
|
<div class="refsect1">
|
365
365
|
<a name="pango-Text-Processing.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
366
|
-
<pre class="screen"> <a href="/home/
|
366
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
367
367
|
<span class="lineart">╰──</span> PangoItem
|
368
368
|
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
369
369
|
<span class="lineart">╰──</span> PangoContext
|
@@ -708,8 +708,8 @@ together and hence users are recommended to use that.</p>
|
|
708
708
|
<p>If you are using Pango as part of a higher-level system,
|
709
709
|
that system may have it's own way of create a <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>.
|
710
710
|
For instance, the GTK+ toolkit has, among others,
|
711
|
-
<a href="
|
712
|
-
<a href="
|
711
|
+
<a href="../gdk4/gdk4-Pango-Interaction.html#gdk-pango-context-get-for-screen"><code class="function">gdk_pango_context_get_for_screen()</code></a>, and
|
712
|
+
<a href="../gtk4/GtkWidget.html#gtk-widget-get-pango-context"><code class="function">gtk_widget_get_pango_context()</code></a>. Use those instead.</p>
|
713
713
|
<div class="refsect3">
|
714
714
|
<a name="pango-context-new.returns"></a><h4>Returns</h4>
|
715
715
|
<p> the newly allocated <a class="link" href="pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>, which should
|
@@ -387,14 +387,14 @@ be modified or freed. </p>
|
|
387
387
|
<hr>
|
388
388
|
<div class="refsect2">
|
389
389
|
<a name="PANGO-VERSION-MICRO:CAPS"></a><h3>PANGO_VERSION_MICRO</h3>
|
390
|
-
<pre class="programlisting">#define PANGO_VERSION_MICRO
|
390
|
+
<pre class="programlisting">#define PANGO_VERSION_MICRO 6
|
391
391
|
</pre>
|
392
392
|
<p>The micro component of the version of Pango available at compile-time.</p>
|
393
393
|
</div>
|
394
394
|
<hr>
|
395
395
|
<div class="refsect2">
|
396
396
|
<a name="PANGO-VERSION-STRING:CAPS"></a><h3>PANGO_VERSION_STRING</h3>
|
397
|
-
<pre class="programlisting">#define PANGO_VERSION_STRING "1.40.
|
397
|
+
<pre class="programlisting">#define PANGO_VERSION_STRING "1.40.6"
|
398
398
|
</pre>
|
399
399
|
<p>A string literal containing the version of Pango available at compile-time.</p>
|
400
400
|
</div>
|
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
<div class="refsect1">
|
110
110
|
<a name="pango-Vertical-Text.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
111
|
-
<pre class="screen"> <a href="/home/
|
111
|
+
<pre class="screen"> <a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
112
112
|
<span class="lineart">├──</span> PangoGravity
|
113
113
|
<span class="lineart">╰──</span> PangoGravityHint
|
114
114
|
</pre>
|
@@ -45,10 +45,10 @@
|
|
45
45
|
<span class="lineart">├──</span> <a class="link" href="pango-OpenType-Font-Handling.html#PangoOTRuleset">PangoOTRuleset</a>
|
46
46
|
<span class="lineart">╰──</span> <a class="link" href="PangoRenderer.html" title="PangoRenderer">PangoRenderer</a>
|
47
47
|
<span class="lineart">╰──</span> <a class="link" href="pango-Xft-Fonts-and-Rendering.html#PangoXftRenderer">PangoXftRenderer</a>
|
48
|
-
<a href="/home/
|
48
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
49
49
|
<span class="lineart">├──</span> <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap">PangoCairoFontMap</a>
|
50
50
|
<span class="lineart">╰──</span> <a class="link" href="pango-Cairo-Rendering.html#PangoCairoFont">PangoCairoFont</a>
|
51
|
-
<a href="/home/
|
51
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
52
52
|
<span class="lineart">├──</span> <a class="link" href="pango-Layout-Objects.html#PangoAlignment" title="enum PangoAlignment">PangoAlignment</a>
|
53
53
|
<span class="lineart">├──</span> <a class="link" href="pango-Text-Attributes.html#PangoAttrType" title="enum PangoAttrType">PangoAttrType</a>
|
54
54
|
<span class="lineart">├──</span> <a class="link" href="pango-Bidirectional-Text.html#PangoBidiType" title="enum PangoBidiType">PangoBidiType</a>
|
@@ -66,7 +66,7 @@
|
|
66
66
|
<span class="lineart">├──</span> <a class="link" href="pango-Fonts.html#PangoVariant" title="enum PangoVariant">PangoVariant</a>
|
67
67
|
<span class="lineart">├──</span> <a class="link" href="pango-Fonts.html#PangoWeight" title="enum PangoWeight">PangoWeight</a>
|
68
68
|
<span class="lineart">╰──</span> <a class="link" href="pango-Layout-Objects.html#PangoWrapMode" title="enum PangoWrapMode">PangoWrapMode</a>
|
69
|
-
<a href="/home/
|
69
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
70
70
|
<span class="lineart">├──</span> <a class="link" href="pango-Text-Attributes.html#PangoAttrList">PangoAttrList</a>
|
71
71
|
<span class="lineart">├──</span> <a class="link" href="pango-Text-Attributes.html#PangoColor">PangoColor</a>
|
72
72
|
<span class="lineart">├──</span> <a class="link" href="pango-Fonts.html#PangoFontDescription">PangoFontDescription</a>
|
@@ -80,7 +80,7 @@
|
|
80
80
|
<span class="lineart">├──</span> <a class="link" href="pango-Layout-Objects.html#PangoLayoutLine">PangoLayoutLine</a>
|
81
81
|
<span class="lineart">├──</span> <a class="link" href="pango-Glyph-Storage.html#PangoMatrix">PangoMatrix</a>
|
82
82
|
<span class="lineart">╰──</span> <a class="link" href="pango-Tab-Stops.html#PangoTabArray">PangoTabArray</a>
|
83
|
-
<a href="/home/
|
83
|
+
<a href="/home/mclasen/gnome/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
84
84
|
<span class="lineart">╰──</span> <a class="link" href="pango-Fonts.html#PangoFontMask" title="enum PangoFontMask">PangoFontMask</a>
|
85
85
|
</pre>
|
86
86
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
2
|
-
.TH PANGO-VIEW "1" "
|
2
|
+
.TH PANGO-VIEW "1" "May 2017" "pango-view (pango) 1.40.6" "User Commands"
|
3
3
|
.SH NAME
|
4
4
|
pango-view \- Pango text viewer
|
5
5
|
.SH DESCRIPTION
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.7
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -30,28 +30,28 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.1.
|
33
|
+
version: 3.1.7
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.1.
|
40
|
+
version: 3.1.7
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: gobject-introspection
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.1.
|
47
|
+
version: 3.1.7
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.1.
|
54
|
+
version: 3.1.7
|
55
55
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
56
56
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
57
57
|
executables: []
|
@@ -62,11 +62,13 @@ files:
|
|
62
62
|
- ext/pango/depend
|
63
63
|
- ext/pango/extconf.rb
|
64
64
|
- ext/pango/pango.def
|
65
|
+
- ext/pango/rb-pango-attr-iterator.c
|
65
66
|
- ext/pango/rb-pango-attr-list.c
|
66
67
|
- ext/pango/rb-pango-attribute.c
|
67
68
|
- ext/pango/rb-pango-context.c
|
68
69
|
- ext/pango/rb-pango-conversions.h
|
69
70
|
- ext/pango/rb-pango-private.h
|
71
|
+
- ext/pango/rb-pango-scale.c
|
70
72
|
- ext/pango/rb-pango.c
|
71
73
|
- ext/pango/rb-pango.h
|
72
74
|
- extconf.rb
|
@@ -74,6 +76,7 @@ files:
|
|
74
76
|
- lib/2.3/pango.so
|
75
77
|
- lib/2.4/pango.so
|
76
78
|
- lib/pango.rb
|
79
|
+
- lib/pango/attr-type.rb
|
77
80
|
- lib/pango/cairo-loader.rb
|
78
81
|
- lib/pango/color.rb
|
79
82
|
- lib/pango/deprecated.rb
|
@@ -88,6 +91,7 @@ files:
|
|
88
91
|
- test/pango-test-utils.rb
|
89
92
|
- test/run-test.rb
|
90
93
|
- test/test-analysis.rb
|
94
|
+
- test/test-attr-iterator.rb
|
91
95
|
- test/test-attr-list.rb
|
92
96
|
- test/test-attribute.rb
|
93
97
|
- test/test-color.rb
|