diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2004-12-16 03:22:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-12-16 03:22:58 +0000 |
commit | da045342eccab09d3d6be33b1b65ebeb5dc2b2f0 (patch) | |
tree | 5e73063a0d0056a7c62799e44dceea8b11e78e42 /docs | |
parent | abb6ddb657b6299fbaf05c0cc815823d15808f2e (diff) | |
download | pango-da045342eccab09d3d6be33b1b65ebeb5dc2b2f0.tar.gz |
Recent additions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 4 | ||||
-rw-r--r-- | docs/tmpl/fonts.sgml | 19 | ||||
-rw-r--r-- | docs/tmpl/layout.sgml | 9 | ||||
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 18 |
4 files changed, 50 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 79c5c579..11cfe179 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -159,6 +159,8 @@ pango_font_description_set_stretch pango_font_description_get_stretch pango_font_description_set_size pango_font_description_get_size +pango_font_description_set_absolute_size +pango_font_description_get_size_is_absolute pango_font_description_get_set_fields pango_font_description_unset_fields pango_font_description_merge @@ -286,6 +288,7 @@ PangoAttrInt PangoAttrFloat PangoAttrFontDesc PangoAttrShape +PangoAttrSize pango_parse_markup pango_attr_type_register pango_attribute_copy @@ -299,6 +302,7 @@ pango_attr_variant_new pango_attr_stretch_new pango_attr_weight_new pango_attr_size_new +pango_attr_size_new_absolute pango_attr_font_desc_new pango_attr_foreground_new pango_attr_background_new diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 8bb68f1e..18adc5cf 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -59,6 +59,7 @@ value ranging from 100 to 900, but there are some predefined values: @PANGO_WEIGHT_ULTRALIGHT: the ultralight weight (= 200) @PANGO_WEIGHT_LIGHT: the light weight (=300) @PANGO_WEIGHT_NORMAL: the default weight (= 400) +@PANGO_WEIGHT_SEMIBOLD: a weight intermediate between normal and bold (=600) @PANGO_WEIGHT_BOLD: the bold weight (= 700) @PANGO_WEIGHT_ULTRABOLD: the ultrabold weight (= 800) @PANGO_WEIGHT_HEAVY: the heavy weight (= 900) @@ -308,6 +309,24 @@ The GObject type for #PangoFontMask. @Returns: +<!-- ##### FUNCTION pango_font_description_set_absolute_size ##### --> +<para> + +</para> + +@desc: +@size: + + +<!-- ##### FUNCTION pango_font_description_get_size_is_absolute ##### --> +<para> + +</para> + +@desc: +@Returns: + + <!-- ##### FUNCTION pango_font_description_get_set_fields ##### --> <para> diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 2f9c0398..8f0cb26c 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -162,6 +162,15 @@ has no user-visible fields. @desc: +<!-- ##### FUNCTION pango_layout_get_font_description ##### --> +<para> + +</para> + +@layout: +@Returns: + + <!-- ##### FUNCTION pango_layout_set_width ##### --> <para> diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index d4f5d467..ecbf7d9e 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -149,6 +149,15 @@ impose shape restrictions. @copy_func: @destroy_func: +<!-- ##### STRUCT PangoAttrSize ##### --> +<para> + +</para> + +@attr: +@size: +@absolute: + <!-- ##### FUNCTION pango_parse_markup ##### --> <para> @@ -263,6 +272,15 @@ impose shape restrictions. @Returns: +<!-- ##### FUNCTION pango_attr_size_new_absolute ##### --> +<para> + +</para> + +@size: +@Returns: + + <!-- ##### FUNCTION pango_attr_font_desc_new ##### --> <para> |