diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-13 02:40:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-13 02:40:21 -0400 |
commit | bdede53bbe1e4bebe3316621eb7d1b7dd697fe6e (patch) | |
tree | 9184119bebf4ca251ad5c70e3ee4a4091d0a5020 /docs | |
parent | d1bdc05b4ffc85ee0ed0427955128225dadab132 (diff) | |
download | pango-bdede53bbe1e4bebe3316621eb7d1b7dd697fe6e.tar.gz |
Documentation tweaks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-docs.sgml | 16 | ||||
-rw-r--r-- | docs/pango-sections.txt | 11 |
2 files changed, 18 insertions, 9 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 181f8aba..7c597542 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -8,17 +8,19 @@ <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> <title>Pango Reference Manual</title> - <releaseinfo>for Pango &version;</releaseinfo> + <abstract>Internationalized text layout and rendering</abstract> + <releaseinfo>for Pango &version;. + Online at + <ulink role="online-location" url="https://developer.gnome.org/pango/">https://developer.gnome.org/pango/</ulink> + </releaseinfo> </bookinfo> <chapter id="pango"> <title>Basic Pango Interfaces</title> <xi:include href="xml/main.xml"/> - <xi:include href="xml/glyphs.xml"/> <xi:include href="xml/fonts.xml"/> <xi:include href="xml/text-attributes.xml"/> - <xi:include href="xml/tab-stops.xml"/> - <xi:include href="pango_markup.sgml"/> + <xi:include href="xml/markup.xml"/> <xi:include href="xml/layout.xml"/> <xi:include href="xml/scripts.xml"/> <xi:include href="xml/bidi.xml"/> @@ -27,15 +29,17 @@ <chapter id="rendering"> <title>Rendering with Pango</title> + <xi:include href="xml/pangocairo.xml"/> <xi:include href="xml/win32-fonts.xml"/> + <xi:include href="xml/coretext-fonts.xml"/> <xi:include href="xml/freetype-fonts.xml"/> <xi:include href="xml/xft-fonts.xml"/> - <xi:include href="xml/pangocairo.xml"/> - <xi:include href="xml/coretext-fonts.xml"/> </chapter> <chapter id="lowlevel"> <title>Low Level Functionality</title> + <xi:include href="xml/glyphs.xml"/> + <xi:include href="xml/tab-stops.xml"/> <xi:include href="xml/pango-renderer.xml"/> <xi:include href="xml/pangofc-fontmap.xml"/> <xi:include href="xml/pangofc-font.xml"/> diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index fc72a0bf..9bf20619 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -349,9 +349,6 @@ PangoAttrFontDesc PangoAttrShape PangoAttrSize PangoAttrFontFeatures -pango_parse_markup -pango_markup_parser_new -pango_markup_parser_finish pango_attr_type_register pango_attr_type_get_name pango_attribute_init @@ -432,6 +429,14 @@ pango_attribute_get_type </SECTION> <SECTION> +<TITLE>Markup</TITLE> +<FILE>markup</FILE> +pango_parse_markup +pango_markup_parser_new +pango_markup_parser_finish +</SECTION> + +<SECTION> <TITLE>Tab Stops</TITLE> <FILE>tab-stops</FILE> PangoTabArray |