cairo-scaled-font {RGtk2} | R Documentation |
Font face at particular size and options
cairoScaledFontCreate(font.face, font.matrix, ctm, option)
cairoScaledFontStatus(scaled.font)
cairoScaledFontExtents(scaled.font)
cairoScaledFontTextExtents(scaled.font, utf8)
cairoScaledFontGlyphExtents(scaled.font, glyphs, num.glyphs)
cairoScaledFontTextToGlyphs(scaled.font, x, y, utf8, utf8.len = -1)
cairoScaledFontGetFontFace(scaled.font)
cairoScaledFontGetFontOptions(scaled.font)
cairoScaledFontGetFontMatrix(scaled.font)
cairoScaledFontGetCtm(scaled.font)
cairoScaledFontGetScaleMatrix(scaled.font)
cairoScaledFontGetType(scaled.font)
cairoScaledFontSetUserData(scaled.font, key, user.data)
cairoScaledFontGetUserData(scaled.font, key)
cairoScaledFont(font.face, font.matrix, ctm, option)
CairoScaledFont
represents a realization of a font face at a particular
size and transformation and a certain set of font options.
cairoScaledFont
is the equivalent of cairoScaledFontCreate
.
Derived by RGtkGen from GTK+ documentation
http://www.cairographics.org/manual/cairo-scaled-font.html