summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-03-31 12:28:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-03-31 12:28:09 +0000
commit9e6a19d45496ead8334bc24d89f5208da9e30e8b (patch)
tree0b965c31595c72772dd3424a0c27da0ed5a28ee0 /docs
parent199ae3899424429340d77c908eacb921d4499aa1 (diff)
downloadpango-9e6a19d45496ead8334bc24d89f5208da9e30e8b.tar.gz
Convert pango/opentype to the new project called HarfBuzz.
2006-03-31 Behdad Esfahbod <behdad@gnome.org> Convert pango/opentype to the new project called HarfBuzz. * pango/opentype/*: Restructured. * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt2
-rw-r--r--docs/tmpl/opentype.sgml16
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index cffccd68..060253e4 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -902,6 +902,8 @@ PangoOTBuffer
PangoOTGlyph
PangoOTRuleset
PangoOTTableType
+PANGO_OT_ALL_GLYPHS
+PANGO_OT_DEFAULT_LANGUAGE
pango_ot_info_get
pango_ot_info_find_script
pango_ot_info_find_language
diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml
index d62bb3d9..ef36be6d 100644
--- a/docs/tmpl/opentype.sgml
+++ b/docs/tmpl/opentype.sgml
@@ -81,6 +81,22 @@ identify the various OpenType tables in the
@PANGO_OT_TABLE_GSUB: The GSUB table.
@PANGO_OT_TABLE_GPOS: The GPOS table.
+<!-- ##### MACRO PANGO_OT_ALL_GLYPHS ##### -->
+<para>
+This is used as the property bit in pango_ot_ruleset_add_feature() when a
+feature should be applied to all glyphs.
+</para>
+
+
+
+<!-- ##### MACRO PANGO_OT_DEFAULT_LANGUAGE ##### -->
+<para>
+This is used as the language index in pango_ot_info_find_feature() when a
+the default language system of the script is desired.
+</para>
+
+
+
<!-- ##### FUNCTION pango_ot_info_get ##### -->
<para>