diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-01-15 01:20:44 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-01-15 01:20:44 +0000 |
commit | 0946d48d16c30e5b64e3ad946454324a3628be08 (patch) | |
tree | 8e77638d0945c3e92d8435710bd683861014394f /pango/glyphstring.c | |
parent | 7f7dbc1ecc87f11c03aea4a37e2011af3dd9b308 (diff) | |
download | pango-0946d48d16c30e5b64e3ad946454324a3628be08.tar.gz |
Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnit
2008-01-14 Behdad Esfahbod <behdad@gnome.org>
Bug 469313 – Add pango_layout_set_height()
Bug 508179 – PangoGlyphUnit confusion
* pango/pango-layout.h:
* pango/pango-layout-private.h:
* pango/pango-layout.c:
* pango/ellipsize.c (_pango_layout_line_ellipsize):
New public API:
pango_layout_set_height()
See docs for semantics. Currently only negative height values (number
of lines) is implemented.
* pango-view/viewer-render.c (make_layout), (output_body),
(parse_options):
Implement --height.
* pango/pango.def:
* docs/pango-sections.txt:
* docs/tmpl/layout.sgml:
Update.
2008-01-14 Behdad Esfahbod <behdad@gnome.org>
Bug 508179 – PangoGlyphUnit confusion
* pango/pangowin32.c:
* pango/glyphstring.c:
* pango/pango-layout.c (process_item): Remove all traces of
#PangoGlyphUnit
svn path=/trunk/; revision=2542
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 307c9faf..5d6fb378 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -504,7 +504,7 @@ pango_glyph_string_index_to_x (PangoGlyphString *glyphs, * @text: the text for the run * @length: the number of bytes (not characters) in text. * @analysis: the analysis information return from pango_itemize() - * @x_pos: the x offset (in #PangoGlyphUnit) + * @x_pos: the x offset (in Pango units) * @index_: location to store calculated byte index within @text * @trailing: location to store a boolean indicating * whether the user clicked on the leading or trailing |