diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-05-22 10:53:52 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-22 10:53:52 +0000 |
commit | 707be23961a01d36e592f86d0471fa43114e1b36 (patch) | |
tree | e340504c971424619bdf51d6cb61ed2c4a5caefc /ChangeLog | |
parent | 1c6c1160533bdb5bcd189923fbafa1d5c665c509 (diff) | |
download | pango-707be23961a01d36e592f86d0471fa43114e1b36.tar.gz |
Bug 342562 – Support absolute sizes in
2006-05-22 Behdad Esfahbod <behdad@gnome.org>
Bug 342562 – Support absolute sizes in
pango_font_description_to/from_string
* pango/fonts.c (parse_size), (pango_font_description_from_string),
(pango_font_description_to_string): Accept and generate a "px" suffix
to identify absolute font sizes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2006-05-22 Behdad Esfahbod <behdad@gnome.org> + Bug 342562 – Support absolute sizes in + pango_font_description_to/from_string + + * pango/fonts.c (parse_size), (pango_font_description_from_string), + (pango_font_description_to_string): Accept and generate a "px" suffix + to identify absolute font sizes. + +2006-05-22 Behdad Esfahbod <behdad@gnome.org> + Bug 341922 – pango should handle more characters as zero width Patch from Roozbeh Pournader |