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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,7 +112,7 @@ Changes between 1.0.1 and 1.0.2 * Support building with FreeType 2.1.0 * List Sans,Serif,Monospace when listing fonts for the Xft and FT2 backends. (Xavier Cho) -* Portability fixes. (David L. Cooper III, Jacob Berkman) +* Portability fixes. (David L. Cooper II, Jacob Berkman) * Fix problem with pango-querymodules using g_print(). Changes between 1.0.0 and 1.0.1 @@ -126,7 +126,7 @@ Changes between 1.0.0 and 1.0.1 * Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu] * Improvements for computation of average char/digit width [Sven Neumann] * Bug and error reporting fixes - [Arnaud Charlet, Erewan Chenede, Mikael Hallendal, Stefan Israelsson, + [Arnaud Charlet, Erwann Chenede, Mikael Hallendal, Stefan Israelsson, Alex Larsson, Soeren Sandmann, Dan Winship] ============================================================ |