summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt6
-rw-r--r--docs/tmpl/fonts.sgml19
-rw-r--r--docs/tmpl/main.sgml46
3 files changed, 61 insertions, 10 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 5fafd4f4..b5bb99d0 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -27,6 +27,10 @@ pango_context_load_font
pango_context_load_fontset
pango_context_get_metrics
pango_context_list_families
+<SUBSECTION>
+pango_get_mirror_char
+pango_unichar_direction
+pango_find_base_dir
<SUBSECTION Standard>
PANGO_TYPE_CONTEXT
PangoContextClass
@@ -172,6 +176,7 @@ PANGO_TYPE_FONT_FAMILY
PANGO_FONT_FAMILY
PANGO_IS_FONT_FAMILY
pango_font_family_get_name
+pango_font_family_is_monospace
pango_font_family_list_faces
<SUBSECTION>
PangoFontFace
@@ -179,6 +184,7 @@ PANGO_TYPE_FONT_FACE
PANGO_FONT_FACE
PANGO_IS_FONT_FACE
pango_font_face_get_face_name
+pango_font_face_list_sizes
pango_font_face_describe
<SUBSECTION>
PangoFontMap
diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml
index 3d214e4d..5b2ff5ba 100644
--- a/docs/tmpl/fonts.sgml
+++ b/docs/tmpl/fonts.sgml
@@ -588,6 +588,15 @@ Returns %TRUE if @object is a #PangoFontFamily.
@Returns:
+<!-- ##### FUNCTION pango_font_family_is_monospace ##### -->
+<para>
+
+</para>
+
+@family:
+@Returns:
+
+
<!-- ##### FUNCTION pango_font_family_list_faces ##### -->
<para>
@@ -637,6 +646,16 @@ Returns %TRUE if @object is a #PangoFontFace.
@Returns:
+<!-- ##### FUNCTION pango_font_face_list_sizes ##### -->
+<para>
+
+</para>
+
+@face:
+@sizes:
+@n_sizes:
+
+
<!-- ##### FUNCTION pango_font_face_describe ##### -->
<para>
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml
index bb894008..5901eca7 100644
--- a/docs/tmpl/main.sgml
+++ b/docs/tmpl/main.sgml
@@ -52,18 +52,15 @@ fields:
<!-- ##### ENUM PangoDirection ##### -->
<para>
-The #PangoDirection type represents the direction of writing
-for text.
</para>
-@PANGO_DIRECTION_LTR: The text is written left-to-right
-@PANGO_DIRECTION_RTL: The text is written right-to-left
-@PANGO_DIRECTION_TTB_LTR: The text is written vertically
- top-to-bottom, with the rows ordered from
- left to right.
-@PANGO_DIRECTION_TTB_RTL: The text is written vertically
- top-to-bottom, with the rows ordered from
- right to left.
+@PANGO_DIRECTION_LTR:
+@PANGO_DIRECTION_RTL:
+@PANGO_DIRECTION_TTB_LTR:
+@PANGO_DIRECTION_TTB_RTL:
+@PANGO_DIRECTION_WEAK_LTR:
+@PANGO_DIRECTION_WEAK_RTL:
+@PANGO_DIRECTION_NEUTRAL:
<!-- ##### MACRO PANGO_TYPE_DIRECTION ##### -->
<para>
@@ -244,6 +241,35 @@ The GObject type for #PangoDirection.
@n_families:
+<!-- ##### FUNCTION pango_get_mirror_char ##### -->
+<para>
+
+</para>
+
+@ch:
+@mirrored_ch:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_unichar_direction ##### -->
+<para>
+
+</para>
+
+@ch:
+@Returns:
+
+
+<!-- ##### FUNCTION pango_find_base_dir ##### -->
+<para>
+
+</para>
+
+@text:
+@length:
+@Returns:
+
+
<!-- ##### FUNCTION pango_break ##### -->
<para>