Description Usage Arguments Details Value Author(s)
Creates a font face from a triplet of family, slant, and weight.
These font faces are used in implementation of the the Cairo "toy"
font API.
1 | cairoToyFontFaceCreate(family, slant, weight)
|
|
[char] a font family name, encoded in UTF-8 |
|
[ |
|
[ |
If family is the zero-length string "", the platform-specific default
family is assumed. The default family then can be queried using
cairoToyFontFaceGetFamily.
The cairoSelectFontFace function uses this to create font faces.
See that function for limitations of toy font faces.
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.