diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-27 22:26:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-27 22:26:48 +0000 |
commit | f5527477d469cf50063bad41de22138806748520 (patch) | |
tree | 23e6efc0912f5978b3e54d90c6657dd9911644ba /docs | |
parent | f277ae3e18402d5e5018f05061798dae9aae2945 (diff) | |
download | pango-f5527477d469cf50063bad41de22138806748520.tar.gz |
Typo fix.
* pango/modules.c: Typo fix.
* docs/tmpl/text-attributes.sgml, docs/tmpl/freetype-fonts.sgml,
docs/tmpl/xft-fonts.sgml, docs/tmpl/win32-fonts.sgml,
docs/tmpl/glyphs.sgml, docs/tmpl/x-rendering.sgml,
docs/tmpl/pango-indic.sgml: Updates.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/freetype-fonts.sgml | 23 | ||||
-rw-r--r-- | docs/tmpl/glyphs.sgml | 6 | ||||
-rw-r--r-- | docs/tmpl/pango-indic.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 20 | ||||
-rw-r--r-- | docs/tmpl/win32-fonts.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/x-rendering.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/xft-fonts.sgml | 3 |
7 files changed, 34 insertions, 28 deletions
diff --git a/docs/tmpl/freetype-fonts.sgml b/docs/tmpl/freetype-fonts.sgml index a9f06632..ff855f71 100644 --- a/docs/tmpl/freetype-fonts.sgml +++ b/docs/tmpl/freetype-fonts.sgml @@ -16,7 +16,8 @@ FreeType Fonts and Rendering <!-- ##### MACRO PANGO_RENDER_TYPE_FT2 ##### --> <para> - +A string constant identifying the FreeType renderer. The associated quark (see +g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> @@ -78,33 +79,35 @@ FreeType Fonts and Rendering <!-- ##### TYPEDEF PangoFT2Subfont ##### --> <para> - +The #PangoFT2SubFont type is an integer ID that identifies one +particular FreeType font within the fonts referenced in a #PangoFont. </para> <!-- ##### MACRO PANGO_FT2_MAKE_GLYPH ##### --> <para> - +Makes a glyph index from a #PangoFT2SubFont index and a index +of a character with the corresponding FreeType font. </para> -@subfont: -@index: +@subfont: a #PangoFT2Subfont index. +@index: the index of a character within an FreeType font. <!-- ##### MACRO PANGO_FT2_GLYPH_SUBFONT ##### --> <para> - +Extracts the subfont index from a glyph index. </para> -@glyph: - +@glyph: a #PangoGlyphIndex. <!-- ##### MACRO PANGO_FT2_GLYPH_INDEX ##### --> <para> - +Extracts the character index within the FreeType font from a +glyph index. </para> -@glyph: +@glyph: a #PangoGlyphIndex. <!-- ##### FUNCTION pango_ft2_n_subfonts ##### --> diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml index 227cd88e..85adcfa6 100644 --- a/docs/tmpl/glyphs.sgml +++ b/docs/tmpl/glyphs.sgml @@ -20,7 +20,7 @@ glyphs. <!-- ##### MACRO PANGO_SCALE ##### --> <para> The PANGO_SCALE macro represents the scale between dimensions used -for pango distances and device units. (The definition of device +for Pango distances and device units. (The definition of device units is dependent on the output device; it will typically be pixels for a screen, and points for a printer.) PANGO_SCALE is currently 1000, but this may be changed in the future. @@ -30,10 +30,10 @@ for a screen, and points for a printer.) PANGO_SCALE is currently <!-- ##### MACRO PANGO_PIXELS ##### --> <para> - +Converts a dimension to device units. </para> -@d: +@d: a dimension in Pango units. <!-- ##### STRUCT PangoRectangle ##### --> diff --git a/docs/tmpl/pango-indic.sgml b/docs/tmpl/pango-indic.sgml index 37a64246..f4cfd245 100644 --- a/docs/tmpl/pango-indic.sgml +++ b/docs/tmpl/pango-indic.sgml @@ -16,14 +16,14 @@ Indic Engine Support <!-- ##### MACRO PANGO_ZERO_WIDTH_NON_JOINER ##### --> <para> - +The Unicode character 'ZERO WIDTH NON-JOINER', 0x200c. </para> <!-- ##### MACRO PANGO_ZERO_WIDTH_JOINER ##### --> <para> - +The Unicode character 'ZERO WIDTH JOINER', 0x200d. </para> diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 5254c19b..b31a2ba3 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -347,49 +347,49 @@ The GObject type for #PangoUnderline. <!-- ##### MACRO PANGO_SCALE_XX_SMALL ##### --> <para> - +The scale factor for three shrinking steps (1 / (1.2 * 1.2 * 1.2)). </para> <!-- ##### MACRO PANGO_SCALE_X_SMALL ##### --> <para> - +The scale factor for two shrinking steps (1 / (1.2 * 1.2)). </para> <!-- ##### MACRO PANGO_SCALE_SMALL ##### --> <para> - +The scale factor for one shrinking step (1 / 1.2). </para> <!-- ##### MACRO PANGO_SCALE_MEDIUM ##### --> <para> - +The scale factor for normal size (1.0). </para> <!-- ##### MACRO PANGO_SCALE_LARGE ##### --> <para> - +The scale factor for one magnification step (1.2). </para> <!-- ##### MACRO PANGO_SCALE_X_LARGE ##### --> <para> - +The scale factor for two magnification steps (1.2 * 1.2). </para> <!-- ##### MACRO PANGO_SCALE_XX_LARGE ##### --> <para> - +The scale factor for three magnification steps (1.2 * 1.2 * 1.2). </para> @@ -470,11 +470,11 @@ The GObject type for #PangoLanguage. <!-- ##### MACRO pango_language_to_string ##### --> <para> - +Returns a RFC-3066 format string representing the given language tag. </para> -@language: - +@language: a language tag. +@Returns: a string representing the language tag. <!-- ##### FUNCTION pango_language_matches ##### --> <para> diff --git a/docs/tmpl/win32-fonts.sgml b/docs/tmpl/win32-fonts.sgml index 657e97d5..9c801fd2 100644 --- a/docs/tmpl/win32-fonts.sgml +++ b/docs/tmpl/win32-fonts.sgml @@ -16,7 +16,8 @@ Win32 Fonts and Rendering <!-- ##### MACRO PANGO_RENDER_TYPE_WIN32 ##### --> <para> - +A string constant identifying the Win32 renderer. The associated quark (see +g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> diff --git a/docs/tmpl/x-rendering.sgml b/docs/tmpl/x-rendering.sgml index 8f3f44b8..406eb0fe 100644 --- a/docs/tmpl/x-rendering.sgml +++ b/docs/tmpl/x-rendering.sgml @@ -16,7 +16,8 @@ X Rendering <!-- ##### MACRO PANGO_RENDER_TYPE_X ##### --> <para> - +A string constant identifying the X renderer. The associated quark (see +g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> diff --git a/docs/tmpl/xft-fonts.sgml b/docs/tmpl/xft-fonts.sgml index 1c8d52f9..aee519a7 100644 --- a/docs/tmpl/xft-fonts.sgml +++ b/docs/tmpl/xft-fonts.sgml @@ -16,7 +16,8 @@ Xft Fonts and Rendering <!-- ##### MACRO PANGO_RENDER_TYPE_XFT ##### --> <para> - +A string constant identifying the Xft renderer. The associated quark (see +g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> |