diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 17:51:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 17:51:48 -0400 |
commit | 9ad3906cba55e0c0b2a57fe33a878b1da99208b6 (patch) | |
tree | c3bfe78e8c20d5cb1416100780e8faf41b68d976 /docs | |
parent | c8212c485827cddd3c9a6a7c2a57e54d9254a10c (diff) | |
download | pango-9ad3906cba55e0c0b2a57fe33a878b1da99208b6.tar.gz |
Some more doc tweaks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-docs.sgml | 5 | ||||
-rw-r--r-- | docs/pango-sections.txt | 36 |
2 files changed, 27 insertions, 14 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 7c597542..1b132d43 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -19,6 +19,7 @@ <title>Basic Pango Interfaces</title> <xi:include href="xml/main.xml"/> <xi:include href="xml/fonts.xml"/> + <xi:include href="xml/glyphs.xml"/> <xi:include href="xml/text-attributes.xml"/> <xi:include href="xml/markup.xml"/> <xi:include href="xml/layout.xml"/> @@ -38,13 +39,13 @@ <chapter id="lowlevel"> <title>Low Level Functionality</title> - <xi:include href="xml/glyphs.xml"/> + <xi:include href="xml/context.xml"/> <xi:include href="xml/tab-stops.xml"/> + <xi:include href="xml/coverage-maps.xml"/> <xi:include href="xml/pango-renderer.xml"/> <xi:include href="xml/pangofc-fontmap.xml"/> <xi:include href="xml/pangofc-font.xml"/> <xi:include href="xml/pangofc-decoder.xml"/> - <xi:include href="xml/coverage-maps.xml"/> <xi:include href="xml/utils.xml"/> <xi:include href="xml/pango-version.xml"/> </chapter> diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 9bf20619..e20c917a 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -2,12 +2,12 @@ <TITLE>Text Processing</TITLE> <FILE>main</FILE> <SUBSECTION> -PangoContext PangoItem PangoAnalysis PANGO_ANALYSIS_FLAG_CENTERED_BASELINE PANGO_ANALYSIS_FLAG_IS_ELLIPSIS PANGO_TYPE_DIRECTION + <SUBSECTION> pango_itemize pango_itemize_with_base_dir @@ -17,7 +17,29 @@ pango_item_new pango_item_split pango_item_apply_attrs pango_reorder_items + <SUBSECTION> +pango_break +pango_get_log_attrs +pango_find_paragraph_boundary +pango_default_break +PangoLogAttr + +<SUBSECTION> +pango_shape +pango_shape_full + +<SUBSECTION Standard> +PANGO_TYPE_ITEM + +<SUBSECTION Private> +pango_item_get_type +</SECTION> + +<SECTION> +<TITLE>Contexts</TITLE> +<FILE>context</FILE> +PangoContext pango_context_new pango_context_changed pango_context_get_serial @@ -40,6 +62,7 @@ pango_context_load_font pango_context_load_fontset pango_context_get_metrics pango_context_list_families + <SUBSECTION Standard> PANGO_TYPE_CONTEXT PangoContextClass @@ -48,20 +71,9 @@ PANGO_CONTEXT_CLASS PANGO_IS_CONTEXT PANGO_IS_CONTEXT_CLASS PANGO_CONTEXT_GET_CLASS -PANGO_TYPE_ITEM -<SUBSECTION> -pango_break -pango_get_log_attrs -pango_find_paragraph_boundary -pango_default_break -PangoLogAttr -<SUBSECTION> -pango_shape -pango_shape_full <SUBSECTION Private> pango_context_get_type -pango_item_get_type </SECTION> <SECTION> |