diff options
author | Alex Larsson <alexl@redhat.com> | 2001-11-19 00:54:43 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-11-19 00:54:43 +0000 |
commit | 2d283d659416ebf06a6c5397eca41cd91aaee68f (patch) | |
tree | ef82d56f27c56be31cbbfaeb98d2c7b732c94bc4 /docs/tmpl/text-attributes.sgml | |
parent | a409a746f1fdec933cd1be897cc6078e6050690f (diff) | |
download | pango-2d283d659416ebf06a6c5397eca41cd91aaee68f.tar.gz |
Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_x
2001-11-18 Alex Larsson <alexl@redhat.com>
* pango/pangoft2.[ch] (pango_ft2_get_context):
Take both dpi_x and dpi_y as arguments. Doesn't currently handle
dpi_x correctly, but at least the API is in.
Diffstat (limited to 'docs/tmpl/text-attributes.sgml')
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 3e1f4855..d05e9f46 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -28,21 +28,21 @@ attribute is listed in parentheses after the description. </para> @PANGO_ATTR_INVALID: -@PANGO_ATTR_LANGUAGE: language (#PangoAttrLanguage) +@PANGO_ATTR_LANGUAGE: language (#PangoAttrLanguage) @PANGO_ATTR_FAMILY: font family name list (#PangoAttrString) @PANGO_ATTR_STYLE: font slant style (#PangoAttrInt) @PANGO_ATTR_WEIGHT: font weight (#PangoAttrInt) @PANGO_ATTR_VARIANT: font variant (normal or small caps) (#PangoAttrInt) @PANGO_ATTR_STRETCH: font stretch (#PangoAttrInt) @PANGO_ATTR_SIZE: font size in 1000th's of a point (#PangoAttrInt) -@PANGO_ATTR_FONT_DESC: font description (#PangoAttrFontDesc) +@PANGO_ATTR_FONT_DESC: font description (#PangoAttrFontDesc) @PANGO_ATTR_FOREGROUND: foreground color (#PangoAttrColor) @PANGO_ATTR_BACKGROUND: background color (#PangoAttrColor) @PANGO_ATTR_UNDERLINE: whether the text has an underline (#PangoAttrInt) @PANGO_ATTR_STRIKETHROUGH: whether the text is struck-through (#PangoAttrInt) @PANGO_ATTR_RISE: baseline displacement (#PangoAttrInt) @PANGO_ATTR_SHAPE: shape (#PangoAttrShape) -@PANGO_ATTR_SCALE: font size scale factor (#PangoAttrScale) +@PANGO_ATTR_SCALE: font size scale factor (#PangoAttrScale) <!-- ##### MACRO PANGO_TYPE_ATTR_TYPE ##### --> <para> @@ -139,7 +139,7 @@ impose shape restrictions. </para> @attr: the common portion of the attribute -@ink_rect: the ink rectangle to restrict to +@ink_rect: the ink rectangle to restrict to @logical_rect: the logical rectangle to restrict to <!-- ##### FUNCTION pango_parse_markup ##### --> @@ -488,6 +488,7 @@ Returns a RFC-3066 format string representing the given language tag. @language: a language tag. @Returns: a string representing the language tag. + <!-- ##### FUNCTION pango_language_matches ##### --> <para> |