summaryrefslogtreecommitdiff
path: root/docs/tmpl/glyphs.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-10-27 22:26:48 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-10-27 22:26:48 +0000
commitf5527477d469cf50063bad41de22138806748520 (patch)
tree23e6efc0912f5978b3e54d90c6657dd9911644ba /docs/tmpl/glyphs.sgml
parentf277ae3e18402d5e5018f05061798dae9aae2945 (diff)
downloadpango-f5527477d469cf50063bad41de22138806748520.tar.gz
Typo fix.
* pango/modules.c: Typo fix. * docs/tmpl/text-attributes.sgml, docs/tmpl/freetype-fonts.sgml, docs/tmpl/xft-fonts.sgml, docs/tmpl/win32-fonts.sgml, docs/tmpl/glyphs.sgml, docs/tmpl/x-rendering.sgml, docs/tmpl/pango-indic.sgml: Updates.
Diffstat (limited to 'docs/tmpl/glyphs.sgml')
-rw-r--r--docs/tmpl/glyphs.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml
index 227cd88e..85adcfa6 100644
--- a/docs/tmpl/glyphs.sgml
+++ b/docs/tmpl/glyphs.sgml
@@ -20,7 +20,7 @@ glyphs.
<!-- ##### MACRO PANGO_SCALE ##### -->
<para>
The PANGO_SCALE macro represents the scale between dimensions used
-for pango distances and device units. (The definition of device
+for Pango distances and device units. (The definition of device
units is dependent on the output device; it will typically be pixels
for a screen, and points for a printer.) PANGO_SCALE is currently
1000, but this may be changed in the future.
@@ -30,10 +30,10 @@ for a screen, and points for a printer.) PANGO_SCALE is currently
<!-- ##### MACRO PANGO_PIXELS ##### -->
<para>
-
+Converts a dimension to device units.
</para>
-@d:
+@d: a dimension in Pango units.
<!-- ##### STRUCT PangoRectangle ##### -->