Used to store strings of glyphs with geometry and visible attribute
information.
finalize
protected void finalize()
throws Throwable
pango_glyph_string_copy
protected static final Handle pango_glyph_string_copy(Handle string)
pango_glyph_string_extents
protected static final void pango_glyph_string_extents(Handle glyphs,
Handle font,
Handle inkRect,
Handle logicalRect)
pango_glyph_string_extents_range
protected static final void pango_glyph_string_extents_range(Handle glyphs,
int start,
int end,
Handle font,
Handle inkRect,
Handle logicalRect)
pango_glyph_string_free
protected static final void pango_glyph_string_free(Handle string)
pango_glyph_string_get_logical_widths
protected static final void pango_glyph_string_get_logical_widths(Handle glyphs,
String text,
int length,
int embeddingLevel,
int[] logicalWidths)
pango_glyph_string_get_type
protected static final int pango_glyph_string_get_type()
pango_glyph_string_new
protected static final Handle pango_glyph_string_new()
pango_glyph_string_set_size
protected static final void pango_glyph_string_set_size(Handle string,
int newLen)
setSize
public void setSize(int newLength)
Resizes the GlyphString to the given length.
newLength
-