pango-Glyph-Storage {RGtk2}R Documentation

Glyph Storage

Description

Structures for storing information about glyphs

Methods and Functions

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)

Hierarchy

GBoxed
   +----PangoMatrix
GBoxed
   +----PangoGlyphString
GBoxed
   +----PangoGlyphItem
GBoxed
   +----PangoGlyphItemIter

Detailed Description

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.

Structures

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//pango/pango-Glyph-Storage.html


[Package RGtk2 version 2.20.21 Index]