cairo-Scaled-Fonts: cairo_scaled_font_t
Description
Font face at particular size and optionsMethods 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.References
http://www.cairographics.org/manual/cairo-Scaled-Fonts.html