Mercurial > MadButterfly
comparison src/shape_stext.c @ 411:1633551e495d
Add doc
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 08 Jul 2009 22:16:54 +0800 |
parents | 1a923ea699c1 |
children | a456e267279a |
comparison
equal
deleted
inserted
replaced
410:1a923ea699c1 | 411:1633551e495d |
---|---|
18 * styled block. | 18 * styled block. |
19 */ | 19 */ |
20 | 20 |
21 /*! \defgroup fontconfig_freetype Fontconfig and FreeType Layer. | 21 /*! \defgroup fontconfig_freetype Fontconfig and FreeType Layer. |
22 * | 22 * |
23 * This layer implements a font provider to reset of the system. | 23 * This layer implements a font provider to rest of the system. |
24 * It bases on fontconfig and FreeType supporting of Cairo. | 24 * It bases on fontconfig and FreeType supporting of Cairo. |
25 * If you want to provide stext with technologies other than fontconfig and | |
26 * FreeType, just replace this layer with the implmenetation that you want. | |
25 * | 27 * |
26 * @{ | 28 * @{ |
27 */ | 29 */ |
28 /*! \brief Stakeholder of scaled font. | 30 /*! \brief Stakeholder of scaled font. |
29 * | 31 * |