cairo-user-font {RGtk2} | R Documentation |
Font support with font data provided by the user
cairoUserFontFaceCreate()
cairoUserFontFaceSetInitFunc(font.face, init.func)
cairoUserFontFaceGetInitFunc(font.face)
cairoUserFontFaceSetRenderGlyphFunc(font.face, render.glyph.func)
cairoUserFontFaceGetRenderGlyphFunc(font.face)
cairoUserFontFaceSetUnicodeToGlyphFunc(font.face, unicode.to.glyph.func)
cairoUserFontFaceGetUnicodeToGlyphFunc(font.face)
cairoUserFontFaceSetTextToGlyphsFunc(font.face, text.to.glyphs.func)
cairoUserFontFaceGetTextToGlyphsFunc(font.face)
The user-font feature allows the cairo user to provide drawings for glyphs in a font. This is most useful in implementing fonts in non-standard formats, like SVG fonts and Flash fonts, but can also be used by games and other application to draw "funky" fonts.
Derived by RGtkGen from GTK+ documentation
http://www.cairographics.org/manual/cairo-user-font.html