cairo-scaled-font {RGtk2}R Documentation

cairo_scaled_font_t

Description

Font face at particular size and options

Methods and Functions

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)

Detailed Description

CairoScaledFont represents a realization of a font face at a particular size and transformation and a certain set of font options.

Structures

Convenient Construction

cairoScaledFont is the equivalent of cairoScaledFontCreate.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://www.cairographics.org/manual/cairo-scaled-font.html


[Package RGtk2 version 2.20.21 Index]