Learn R Programming

RGtk2 (version 2.12.17)

cairo-Scaled-Fonts: cairo_scaled_font_t

Description

Font face at particular size and options

Arguments

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) cairoScaledFontGetFontFace(scaled.font) cairoScaledFontGetFontOptions(scaled.font) cairoScaledFontGetFontMatrix(scaled.font) cairoScaledFontGetCtm(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.

Convenient Construction

cairoScaledFont is the equivalent of cairoScaledFontCreate.

References

http://www.cairographics.org/manual/cairo-Scaled-Fonts.html