summaryrefslogtreecommitdiff
path: root/docs/tmpl/x-rendering.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-02-09 22:49:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-09 22:49:39 +0000
commit11884d20295c2aea6dfeb8a915dd02b48ec60d9c (patch)
treeac464ac218c4fd13fe61b2575bdc02d7106327de /docs/tmpl/x-rendering.sgml
parent74ae6a352aab559117ad0c376753ef3e6afba55d (diff)
downloadpango-11884d20295c2aea6dfeb8a915dd02b48ec60d9c.tar.gz
added some docs files
Diffstat (limited to 'docs/tmpl/x-rendering.sgml')
-rw-r--r--docs/tmpl/x-rendering.sgml81
1 files changed, 81 insertions, 0 deletions
diff --git a/docs/tmpl/x-rendering.sgml b/docs/tmpl/x-rendering.sgml
new file mode 100644
index 00000000..3c4d10d7
--- /dev/null
+++ b/docs/tmpl/x-rendering.sgml
@@ -0,0 +1,81 @@
+<!-- ##### SECTION Title ##### -->
+X Rendering
+
+<!-- ##### SECTION Short_Description ##### -->
+Functions for measuring glyphs and rendering X fonts.
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+The functions in thjis system are used to take the output
+of the shaping modules and render that on the screen.
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### MACRO PANGO_RENDER_TYPE_X ##### -->
+<para>
+%PANGO_RENDER_TYPE_X is a string constant that
+is used to identify shaping modules for the
+X Window System.
+</para>
+
+
+
+<!-- ##### FUNCTION pango_x_get_context ##### -->
+<para>
+
+</para>
+
+@display:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_x_render ##### -->
+<para>
+
+</para>
+
+@display:
+@d:
+@gc:
+@font:
+@glyphs:
+@x:
+@y:
+
+
+<!-- ##### FUNCTION pango_x_extents ##### -->
+<para>
+
+</para>
+
+@font:
+@glyphs:
+@lbearing:
+@rbearing:
+@width:
+@ascent:
+@descent:
+@logical_ascent:
+@logical_descent:
+
+
+<!-- ##### FUNCTION pango_x_glyph_extents ##### -->
+<para>
+
+</para>
+
+@font:
+@glyph:
+@lbearing:
+@rbearing:
+@width:
+@ascent:
+@descent:
+@logical_ascent:
+@logical_descent:
+
+