mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 06:48:03 +02:00
[doc] Add short user-font section docs
This commit is contained in:
parent
5227897b17
commit
8f6e52b068
1 changed files with 6 additions and 1 deletions
|
|
@ -2,11 +2,16 @@
|
|||
User Fonts
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
Font support with font data provided by the user
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
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.
|
||||
|
||||
<!-- Include samples here -->
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue