pango-Glyph-Storage {RGtk2} | R Documentation |
Structures for storing information about glyphs
pangoUnitsToDouble(i)
pangoUnitsFromDouble(d)
pangoExtentsToPixels(inclusive, nearest)
pangoMatrixCopy(object)
pangoMatrixTranslate(object, tx, ty)
pangoMatrixScale(object, scale.x, scale.y)
pangoMatrixRotate(object, degrees)
pangoMatrixConcat(object, new.matrix)
pangoMatrixTransformPoint(object, x, y)
pangoMatrixTransformDistance(object, dx, dy)
pangoMatrixTransformRectangle(object, rect)
pangoMatrixTransformPixelRectangle(object, rect)
pangoMatrixGetFontScaleFactor(object)
pangoGlyphStringNew()
pangoGlyphStringCopy(object)
pangoGlyphStringSetSize(object, new.len)
pangoGlyphStringExtents(object, font)
pangoGlyphStringExtentsRange(object, start, end, font)
pangoGlyphStringGetWidth(object)
pangoGlyphStringIndexToX(object, text, analysis, index, trailing)
pangoGlyphStringXToIndex(object, text, analysis, x.pos)
pangoGlyphStringGetLogicalWidths(object, text, embedding.level)
pangoGlyphItemSplit(orig, text, split.index)
pangoGlyphItemApplyAttrs(glyph.item, text, list)
pangoGlyphItemLetterSpace(glyph.item, text, log.attrs)
pangoGlyphItemGetLogicalWidths(glyph.item, text)
pangoGlyphItemIterInitStart(object, glyph.item, text)
pangoGlyphItemIterInitEnd(object, glyph.item, text)
pangoGlyphItemIterNextCluster(object)
pangoGlyphItemIterPrevCluster(object)
GBoxed +----PangoMatrix GBoxed +----PangoGlyphString GBoxed +----PangoGlyphItem GBoxed +----PangoGlyphItemIter
pangoShape
produces a string of glyphs which
can be measured or drawn to the screen. The following
structures are used to store information about
glyphs.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//pango/pango-Glyph-Storage.html