From 8f6e52b0681384a5188277641d700f0e80e2c202 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 8 Aug 2008 17:10:35 -0400 Subject: [PATCH] [doc] Add short user-font section docs --- doc/public/tmpl/cairo-user-fonts.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/public/tmpl/cairo-user-fonts.sgml b/doc/public/tmpl/cairo-user-fonts.sgml index b64bf2509..c1cf8c41c 100644 --- a/doc/public/tmpl/cairo-user-fonts.sgml +++ b/doc/public/tmpl/cairo-user-fonts.sgml @@ -2,11 +2,16 @@ User Fonts - +Font support with font data provided by the user +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. +