summaryrefslogtreecommitdiff
path: root/docs/tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl')
-rw-r--r--docs/tmpl/layout.sgml19
-rw-r--r--docs/tmpl/main.sgml24
-rw-r--r--docs/tmpl/opentype.sgml103
-rw-r--r--docs/tmpl/text-attributes.sgml9
4 files changed, 150 insertions, 5 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index cf7e3120..90b228e5 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -269,6 +269,24 @@ The GObject type for #PangoWrapMode.
@Returns:
+<!-- ##### FUNCTION pango_layout_set_auto_dir ##### -->
+<para>
+
+</para>
+
+@layout:
+@auto_dir:
+
+
+<!-- ##### FUNCTION pango_layout_get_auto_dir ##### -->
+<para>
+
+</para>
+
+@layout:
+@Returns:
+
+
<!-- ##### FUNCTION pango_layout_set_alignment ##### -->
<para>
@@ -643,6 +661,7 @@ code specific to each rendering system.
@length: the length of the line in bytes.
@runs: a list containing the runs of the line in visual order.
@is_paragraph_start: %TRUE if this is the first line of the paragraph.
+@resolved_dir:
<!-- ##### TYPEDEF PangoLayoutRun ##### -->
<para>
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml
index 5901eca7..e2557de1 100644
--- a/docs/tmpl/main.sgml
+++ b/docs/tmpl/main.sgml
@@ -83,6 +83,21 @@ The GObject type for #PangoDirection.
@Returns:
+<!-- ##### FUNCTION pango_itemize_with_base_dir ##### -->
+<para>
+
+</para>
+
+@context:
+@base_dir:
+@text:
+@start_index:
+@length:
+@attrs:
+@cached_iter:
+@Returns:
+
+
<!-- ##### FUNCTION pango_item_free ##### -->
<para>
@@ -253,11 +268,14 @@ The GObject type for #PangoDirection.
<!-- ##### FUNCTION pango_unichar_direction ##### -->
<para>
-
+Determines the direction of a character; either
+%PANGO_DIRECTION_LTR, %PANGO_DIRECTION_LTR, or
+%PANGO_DIRECTION_NEUTRAL.
</para>
-@ch:
-@Returns:
+@ch: character to examine
+@Returns: the direction of a character, as used in the
+ Unicode bidirectional algorithm.
<!-- ##### FUNCTION pango_find_base_dir ##### -->
diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml
index 1cd93ffe..87deb9e3 100644
--- a/docs/tmpl/opentype.sgml
+++ b/docs/tmpl/opentype.sgml
@@ -33,6 +33,23 @@ use pango_ot_info_new().
</para>
+<!-- ##### STRUCT PangoOTBuffer ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT PangoOTGlyph ##### -->
+<para>
+
+</para>
+
+@glyph:
+@properties:
+@cluster:
+@component:
+@ligID:
+
<!-- ##### STRUCT PangoOTRuleset ##### -->
<para>
The <structname>PangoOTRuleSet</structname> structure holds a
@@ -61,10 +78,10 @@ identify the various OpenType tables in the
</para>
-@font:
+@face:
@Returns:
<!-- # Unused Parameters # -->
-@face:
+@font:
<!-- ##### FUNCTION pango_ot_info_find_script ##### -->
@@ -142,6 +159,70 @@ identify the various OpenType tables in the
@Returns:
+<!-- ##### FUNCTION pango_ot_buffer_new ##### -->
+<para>
+
+</para>
+
+@font:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_ot_buffer_destroy ##### -->
+<para>
+
+</para>
+
+@buffer:
+
+
+<!-- ##### FUNCTION pango_ot_buffer_clear ##### -->
+<para>
+
+</para>
+
+@buffer:
+
+
+<!-- ##### FUNCTION pango_ot_buffer_add_glyph ##### -->
+<para>
+
+</para>
+
+@buffer:
+@glyph_index:
+@properties:
+@cluster:
+
+
+<!-- ##### FUNCTION pango_ot_buffer_set_rtl ##### -->
+<para>
+
+</para>
+
+@buffer:
+@rtl:
+
+
+<!-- ##### FUNCTION pango_ot_buffer_get_glyphs ##### -->
+<para>
+
+</para>
+
+@buffer:
+@glyphs:
+@n_glyphs:
+
+
+<!-- ##### FUNCTION pango_ot_buffer_output ##### -->
+<para>
+
+</para>
+
+@buffer:
+@glyphs:
+
+
<!-- ##### FUNCTION pango_ot_ruleset_new ##### -->
<para>
@@ -162,3 +243,21 @@ identify the various OpenType tables in the
@property_bit:
+<!-- ##### FUNCTION pango_ot_ruleset_substitute ##### -->
+<para>
+
+</para>
+
+@ruleset:
+@buffer:
+
+
+<!-- ##### FUNCTION pango_ot_ruleset_position ##### -->
+<para>
+
+</para>
+
+@ruleset:
+@buffer:
+
+
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml
index aa8445cd..ae6add8f 100644
--- a/docs/tmpl/text-attributes.sgml
+++ b/docs/tmpl/text-attributes.sgml
@@ -354,6 +354,15 @@ The GObject type for #PangoUnderline.
@Returns:
+<!-- ##### FUNCTION pango_attr_fallback_new ##### -->
+<para>
+
+</para>
+
+@enable_fallback:
+@Returns:
+
+
<!-- ##### MACRO PANGO_SCALE_XX_SMALL ##### -->
<para>
The scale factor for three shrinking steps (1 / (1.2 * 1.2 * 1.2)).