diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-20 17:18:51 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-20 17:18:51 +0000 |
commit | 3a2116e4bc00807b2b353fc953fcc92aa24c67ea (patch) | |
tree | 59e3025d6ff0d821f4bfbe2c83a2ddb153eebff9 /README | |
parent | 63cd593c34fd384b21722f751c66ed48d722033d (diff) | |
download | pango-3a2116e4bc00807b2b353fc953fcc92aa24c67ea.tar.gz |
Some unit fixups (#96335)
Fri Dec 20 11:59:22 2002 Owen Taylor <otaylor@redhat.com>
Some unit fixups (#96335)
* pango/pango-layout.c pango/pango-mapping.c:
Fix occurrences of "in thousandths of a device
unit" to say "in #PangoGlyphUnit" which will
give a link to the PangoGlyphUnit docs.
* docs/tmpl/text-attributes.sgml: Change 1000 to PANGO_SCALE.
* docs/tmpl/glyphs.sgml: Fix docs for PangoGlyphUnit,
fix mention of value of PANGO_SCALE from 1000 to 1024.
* pango/pango-layout.c (pango_layout_line_get_x_ranges):
Fix the docs for @ranges so it doesn't sound like the
coordinates are in pixels.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ the fontconfig library, available along with Xft in the also require at least version 2.0.1 of the FreeType library. (http://www.freetype.org) +After installing fontconfig, it may be necessary to edit +the fonts.conf file, found at $(sysconfdir)/fonts/fonts.conf +(usually /etc/fonts/fonts.conf) to point at the fonts +on your system. + There is also a backend that uses core X protocol fonts. This backend only requires the standard libraries from the X window system. You should already have these installed on your system, but |