cairo-user-font {RGtk2}R Documentation

User Fonts

Description

Font support with font data provided by the user

Methods and Functions

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)

Detailed Description

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.

User Functions

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.20.21 Index]