summaryrefslogtreecommitdiff
path: root/docs/tmpl/fonts.sgml
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-17 08:02:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-17 08:02:09 +0000
commitb9331c51d17a00fc7fe9a81dd1c1691dd23819be (patch)
treec3fb68d609dab317af34f5078f71235ceee3724a /docs/tmpl/fonts.sgml
parentd4a4b736fa97361a8f5f7d010c1b34cb48d34925 (diff)
downloadpango-b9331c51d17a00fc7fe9a81dd1c1691dd23819be.tar.gz
More documentation improvements.
2005-11-17 Behdad Esfahbod <behdad@gnome.org> * docs/tmpl/coverage-maps.sgml docs/tmpl/fonts.sgml docs/tmpl/glyphs.sgml docs/tmpl/layout.sgml docs/tmpl/main.sgml docs/tmpl/scripts.sgml docs/tmpl/tab-stops.sgml docs/tmpl/text-attributes.sgml pango/break.c pango/fonts.c pango/pango-fontset.c pango/pango-layout.c pango/pango-script.c pango/pango-utils.c pango/pangofc-decoder.c pango/pangofc-decoder.h pango/pangofc-font.c pango/pangofc-font.h pango/pangoxft-font.c: More documentation improvements.
Diffstat (limited to 'docs/tmpl/fonts.sgml')
-rw-r--r--docs/tmpl/fonts.sgml28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml
index 34232cfa..0d777992 100644
--- a/docs/tmpl/fonts.sgml
+++ b/docs/tmpl/fonts.sgml
@@ -30,7 +30,7 @@ the characteristics of a font to load.
<!-- ##### MACRO PANGO_TYPE_FONT_DESCRIPTION ##### -->
<para>
-The GObject type for #PangoFontDescription.
+The #GObject type for #PangoFontDescription.
</para>
@@ -45,7 +45,7 @@ The GObject type for #PangoFontDescription.
<!-- ##### MACRO PANGO_TYPE_STYLE ##### -->
<para>
-The GObject type for #PangoStyle.
+The #GObject type for #PangoStyle.
</para>
@@ -66,7 +66,7 @@ value ranging from 100 to 900, but there are some predefined values:
<!-- ##### MACRO PANGO_TYPE_WEIGHT ##### -->
<para>
-The GObject type for #PangoWeight.
+The #GObject type for #PangoWeight.
</para>
@@ -82,7 +82,7 @@ An enumeration specifying capitalization variant of the font.
<!-- ##### MACRO PANGO_TYPE_VARIANT ##### -->
<para>
-The GObject type for #PangoVariant.
+The #GObject type for #PangoVariant.
</para>
@@ -105,7 +105,7 @@ within a family.
<!-- ##### MACRO PANGO_TYPE_STRETCH ##### -->
<para>
-The GObject type for #PangoStretch.
+The #GObject type for #PangoStretch.
</para>
@@ -125,7 +125,7 @@ The bits in a #PangoFontMask correspond to fields in a
<!-- ##### MACRO PANGO_TYPE_FONT_MASK ##### -->
<para>
-The GObject type for #PangoFontMask.
+The #GObject type for #PangoFontMask.
</para>
@@ -424,7 +424,7 @@ of their meaning.
<!-- ##### MACRO PANGO_TYPE_FONT_METRICS ##### -->
<para>
-The GObject type for #PangoFontMetrics.
+The #GObject type for #PangoFontMetrics.
</para>
@@ -538,7 +538,7 @@ which the implementation fills in.
<!-- ##### MACRO PANGO_TYPE_FONT ##### -->
<para>
-The GObject type for #PangoFont.
+The #GObject type for #PangoFont.
</para>
@@ -629,7 +629,7 @@ slant, weight, width and other aspects.
<!-- ##### MACRO PANGO_TYPE_FONT_FAMILY ##### -->
<para>
-The GObject type for #PangoFontFamily.
+The #GObject type for #PangoFontFamily.
</para>
@@ -687,7 +687,7 @@ the same family, slant, weight, width, but varying sizes.
<!-- ##### MACRO PANGO_TYPE_FONT_FACE ##### -->
<para>
-The GObject type for #PangoFontFace.
+The #GObject type for #PangoFontFace.
</para>
@@ -755,7 +755,7 @@ fills in.
<!-- ##### MACRO PANGO_TYPE_FONT_MAP ##### -->
<para>
-The GObject type for #PangoFontMap.
+The #GObject type for #PangoFontMap.
</para>
@@ -869,7 +869,7 @@ set of metrics for the entire fontset.
<!-- ##### MACRO PANGO_TYPE_FONTSET ##### -->
<para>
-The GObject type for #PangoFontset.
+The #GObject type for #PangoFontset.
</para>
@@ -882,7 +882,7 @@ a particular #PangoFontset implementation.
@parent_class:
@get_font: a function to get the font in the fontset that contains the
- best glyph for the given unicode character; see pango_fontset_get_font().
+ best glyph for the given Unicode character; see pango_fontset_get_font().
@get_metrics: a function to get overall metric information for the fonts
in the fontset; see pango_fontset_get_metrics().
@get_language: a function to get the language of the fontset.
@@ -939,7 +939,7 @@ which the creator provides when constructing the
<!-- ##### MACRO PANGO_TYPE_FONTSET_SIMPLE ##### -->
<para>
-The GObject type for #PangoFontsetSimple.
+The #GObject type for #PangoFontsetSimple.
</para>