[doc] Add stub for user-fonts

This commit is contained in:
Behdad Esfahbod 2008-05-28 20:54:38 -04:00
parent a9b2461c41
commit 65cc905c2f
4 changed files with 166 additions and 0 deletions

View file

@ -14,6 +14,7 @@ PRIVATE_TEST_HFILES = \
cairo-hash-private.h \
cairo-malloc-private.h \
cairo-meta-surface-private.h \
cairo-mutex-impl-private.h \
cairo-mutex-list-private.h \
cairo-mutex-private.h \
cairo-mutex-type-private.h \

View file

@ -25,6 +25,7 @@
<xi:include href="xml/cairo-ft.xml"/>
<xi:include href="xml/cairo-win32-fonts.xml"/>
<xi:include href="xml/cairo-quartz-fonts.xml"/>
<xi:include href="xml/cairo-user-fonts.xml"/>
</chapter>
<chapter id="Surfaces">
<title>Surfaces</title>

View file

@ -31,6 +31,24 @@ cairo_quartz_font_face_create_for_cgfont
cairo_quartz_font_face_create_for_atsu_font_id
</SECTION>
<SECTION>
<FILE>cairo-user-fonts</FILE>
<TITLE>User Fonts</TITLE>
cairo_user_scaled_font_init_func_t
cairo_user_scaled_font_render_glyph_func_t
cairo_user_scaled_font_text_to_glyphs_func_t
cairo_user_scaled_font_unicode_to_glyph_func_t
cairo_user_font_face_create
cairo_user_font_face_set_init_func
cairo_user_font_face_get_init_func
cairo_user_font_face_set_render_glyph_func
cairo_user_font_face_get_render_glyph_func
cairo_user_font_face_set_unicode_to_glyph_func
cairo_user_font_face_get_unicode_to_glyph_func
cairo_user_font_face_set_text_to_glyphs_func
cairo_user_font_face_get_text_to_glyphs_func
</SECTION>
<SECTION>
<FILE>cairo-image</FILE>
<TITLE>Image Surfaces</TITLE>

View file

@ -0,0 +1,146 @@
<!-- ##### SECTION Title ##### -->
User Fonts
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### USER_FUNCTION cairo_user_scaled_font_init_func_t ##### -->
<para>
</para>
@scaled_font:
@extents:
@Returns:
<!-- ##### USER_FUNCTION cairo_user_scaled_font_render_glyph_func_t ##### -->
<para>
</para>
@scaled_font:
@glyph:
@cr:
@extents:
@Returns:
<!-- ##### USER_FUNCTION cairo_user_scaled_font_text_to_glyphs_func_t ##### -->
<para>
</para>
@scaled_font:
@utf8:
@glyphs:
@num_glyphs:
@Returns:
<!-- ##### USER_FUNCTION cairo_user_scaled_font_unicode_to_glyph_func_t ##### -->
<para>
</para>
@scaled_font:
@unicode:
@glyph_index:
@Returns:
<!-- ##### FUNCTION cairo_user_font_face_create ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION cairo_user_font_face_set_init_func ##### -->
<para>
</para>
@font_face:
@init_func:
<!-- ##### FUNCTION cairo_user_font_face_get_init_func ##### -->
<para>
</para>
@font_face:
@Returns:
<!-- ##### FUNCTION cairo_user_font_face_set_render_glyph_func ##### -->
<para>
</para>
@font_face:
@render_glyph_func:
<!-- ##### FUNCTION cairo_user_font_face_get_render_glyph_func ##### -->
<para>
</para>
@font_face:
@Returns:
<!-- ##### FUNCTION cairo_user_font_face_set_unicode_to_glyph_func ##### -->
<para>
</para>
@font_face:
@unicode_to_glyph_func:
<!-- ##### FUNCTION cairo_user_font_face_get_unicode_to_glyph_func ##### -->
<para>
</para>
@font_face:
@Returns:
<!-- ##### FUNCTION cairo_user_font_face_set_text_to_glyphs_func ##### -->
<para>
</para>
@font_face:
@text_to_glyphs_func:
<!-- ##### FUNCTION cairo_user_font_face_get_text_to_glyphs_func ##### -->
<para>
</para>
@font_face:
@Returns: