summaryrefslogtreecommitdiff
path: root/docs/tmpl/x-rendering.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl/x-rendering.sgml')
-rw-r--r--docs/tmpl/x-rendering.sgml105
1 files changed, 0 insertions, 105 deletions
diff --git a/docs/tmpl/x-rendering.sgml b/docs/tmpl/x-rendering.sgml
deleted file mode 100644
index 03d8a395..00000000
--- a/docs/tmpl/x-rendering.sgml
+++ /dev/null
@@ -1,105 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-X Rendering
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### MACRO PANGO_RENDER_TYPE_X ##### -->
-<para>
-A string constant identifying the X renderer. The associated quark (see
-g_quark_from_string()) is used to identify the renderer in pango_find_map().
-</para>
-
-
-
-<!-- ##### FUNCTION pango_x_get_context ##### -->
-<para>
-
-</para>
-
-@display:
-@Returns:
-
-
-<!-- ##### FUNCTION pango_x_context_set_funcs ##### -->
-<para>
-
-</para>
-
-@context:
-@get_gc_func:
-@free_gc_func:
-
-
-<!-- ##### USER_FUNCTION PangoGetGCFunc ##### -->
-<para>
-Specifies the type of the function used to create a new GC for a given
-color.
-</para>
-
-@context: a #PangoContext.
-@color: the color to create a new GC for.
-@base_gc: the GC to base the new GC on.
-@Returns: the new GC.
-
-
-<!-- ##### USER_FUNCTION PangoFreeGCFunc ##### -->
-<para>
-Specifies the type of the function used to free a GC created with
-the corresponding #PangoGetGCFunc function.
-</para>
-
-@context: a #PangoContext.
-@gc: the GC to free.
-
-
-<!-- ##### FUNCTION pango_x_render ##### -->
-<para>
-
-</para>
-
-@display:
-@d:
-@gc:
-@font:
-@glyphs:
-@x:
-@y:
-
-
-<!-- ##### FUNCTION pango_x_render_layout_line ##### -->
-<para>
-
-</para>
-
-@display:
-@drawable:
-@gc:
-@line:
-@x:
-@y:
-
-
-<!-- ##### FUNCTION pango_x_render_layout ##### -->
-<para>
-
-</para>
-
-@display:
-@drawable:
-@gc:
-@layout:
-@x:
-@y:
-
-