summaryrefslogtreecommitdiff
path: root/docs/tmpl/x-fonts.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-12-11 19:26:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-11 19:26:16 +0000
commit5800b8090ac0ce46f851cd1312441de4e4a4c0e4 (patch)
tree4f232c93bd0e617b2ae4a22f522ae4540ec899a7 /docs/tmpl/x-fonts.sgml
parent7c5519bf1e9a090d8da67f915dde5e4ff19a9bf5 (diff)
downloadpango-5800b8090ac0ce46f851cd1312441de4e4a4c0e4.tar.gz
Cosmetic changes to short descriptions.
* docs/tmpl/text-attributes.sgml: * docs/tmpl/glyphs.sgml: * docs/tmpl/engines.sgml: * docs/tmpl/main.sgml: * docs/tmpl/pango-indic.sgml: * docs/tmpl/coverage-maps.sgml: * docs/tmpl/fonts.sgml: * docs/pango_markup.sgml: Cosmetic changes to short descriptions. * docs/tmpl/tab-stops.sgml: * docs/tmpl/modules.sgml: * docs/tmpl/opentype.sgml: * docs/tmpl/xft-fonts.sgml: * docs/tmpl/freetype-fonts.sgml: * docs/tmpl/win32-fonts.sgml: Add short descriptions. * docs/pango-docs.sgml: Move "OpenType Font Handling" to "Low Level Functionality". * docs/pango-sections.txt: Combine the "X Fonts" and "X Rendering" sections.
Diffstat (limited to 'docs/tmpl/x-fonts.sgml')
-rw-r--r--docs/tmpl/x-fonts.sgml93
1 files changed, 91 insertions, 2 deletions
diff --git a/docs/tmpl/x-fonts.sgml b/docs/tmpl/x-fonts.sgml
index 048a30d4..161040f6 100644
--- a/docs/tmpl/x-fonts.sgml
+++ b/docs/tmpl/x-fonts.sgml
@@ -1,8 +1,8 @@
<!-- ##### SECTION Title ##### -->
-X Fonts
+X Fonts and Rendering
<!-- ##### SECTION Short_Description ##### -->
-Functions for shape engines to manipulate X fonts.
+Functions for shape engines to manipulate X fonts
<!-- ##### SECTION Long_Description ##### -->
<para>
@@ -16,6 +16,95 @@ sets within an #PangoFont for the X rendering system.
</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:
+
+
<!-- ##### TYPEDEF PangoXSubfont ##### -->
<para>
The #PangoXSubFont type is an integer ID that identifies one