summaryrefslogtreecommitdiff
path: root/docs/tmpl
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-01-14 16:40:08 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-01-14 16:40:08 +0000
commit74e502e029aa1933b346235ba16e079a976a5f22 (patch)
treef39f5aa7e7b4bda008e105c7c44a53b5e094696c /docs/tmpl
parent8937d47799697b7225d310657e8115b8aec6ff9b (diff)
downloadpango-74e502e029aa1933b346235ba16e079a976a5f22.tar.gz
slight correction to pango_layout_get_extents(), docs still need to be
2002-01-14 Havoc Pennington <hp@pobox.com> * pango/pango-layout.c: slight correction to pango_layout_get_extents(), docs still need to be clearer, but at least they aren't a cut-and-paste of glyph string docs now. * docs/tmpl/glyphs.sgml: add note about special-case use of PANGO_SCALE with font sizes * pango/fonts.c: fix docs to be correct about PANGO_SCALE
Diffstat (limited to 'docs/tmpl')
-rw-r--r--docs/tmpl/glyphs.sgml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml
index 85adcfa6..04d2ba5f 100644
--- a/docs/tmpl/glyphs.sgml
+++ b/docs/tmpl/glyphs.sgml
@@ -25,6 +25,10 @@ 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.
</para>
+<para>
+When setting font sizes, device units are always considered to be
+points (as in "12 point font"), rather than pixels.
+</para>