Description Usage Details Value Author(s)
Creates a new user font-face.
1 |
Use the setter functions to associate callbacks with the returned user font. The only mandatory callback is render_glyph.
After the font-face is created, the user can attach arbitrary data
(the actual font data) to it using cairoFontFaceSetUserData
and access it from the user-font callbacks by using
cairoScaledFontGetFontFace
followed by
cairoFontFaceGetUserData
.
Since 1.8
[CairoFontFace
] a newly created CairoFontFace
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.