From 18e36962aac765e0a930176ab414b0a891673ec4 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Fri, 18 Jul 2003 06:41:42 +0000 Subject: [PATCH] * en/Pango/Alignment.xml: * en/Pango/AttrTyoe.xml: * en/Pango/CoverageLevel.xml: * en/Pango/Direction.xml: * en/Pango/FontMask.xml: * en/Pango/OTTableType.xml: * en/Pango/Stretch.xml: * en/Pango/Style.xml: * en/Pango/TabAlign.xml: * en/Pango/Underline.xml: * en/Pango/Variant.xml: * en/Pango/Weight.xml: * en/Pango/WrapMode.xml: All enumerations in Pango are documented. svn path=/trunk/gtk-sharp/; revision=16383 --- doc/ChangeLog | 17 ++++++++ doc/en/Pango/Alignment.xml | 28 +++++++++---- doc/en/Pango/AttrType.xml | 76 +++++++++++++++++++++------------- doc/en/Pango/CoverageLevel.xml | 37 ++++++++++++----- doc/en/Pango/Direction.xml | 28 ++++++++----- doc/en/Pango/FontMask.xml | 33 +++++++-------- doc/en/Pango/OTTableType.xml | 14 +++---- doc/en/Pango/Stretch.xml | 61 +++++++++++++++++---------- doc/en/Pango/Style.xml | 21 ++++++---- doc/en/Pango/TabAlign.xml | 18 +++++--- doc/en/Pango/Underline.xml | 33 ++++++++++----- doc/en/Pango/Variant.xml | 17 ++++---- doc/en/Pango/Weight.xml | 37 ++++++++++------- doc/en/Pango/WrapMode.xml | 24 +++++++---- 14 files changed, 283 insertions(+), 161 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index c78c2376f..7496dd1d5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,20 @@ +2003-07-18 Duncan Mak + + * en/Pango/Alignment.xml: + * en/Pango/AttrTyoe.xml: + * en/Pango/CoverageLevel.xml: + * en/Pango/Direction.xml: + * en/Pango/FontMask.xml: + * en/Pango/OTTableType.xml: + * en/Pango/Stretch.xml: + * en/Pango/Style.xml: + * en/Pango/TabAlign.xml: + * en/Pango/Underline.xml: + * en/Pango/Variant.xml: + * en/Pango/Weight.xml: + * en/Pango/WrapMode.xml: All enumerations in Pango are documented. + + 2003-07-17 John Luke * en/Gtk/CellRendererMode.xml: documented diff --git a/doc/en/Pango/Alignment.xml b/doc/en/Pango/Alignment.xml index db7a632c9..0a06e4df5 100644 --- a/doc/en/Pango/Alignment.xml +++ b/doc/en/Pango/Alignment.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,18 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + Describes how to align the lines of a + + + + This enumeration describes how to align the lines of a + within the available space. If the is set to justify using + property, then this only has an effect for + partial lines. + + System.Enum @@ -34,8 +44,8 @@ - To be added - To be added + Put all available space on the left + @@ -46,8 +56,8 @@ - To be added - To be added + Center the line within the available space + @@ -58,8 +68,8 @@ - To be added - To be added + Put all available space on the right + diff --git a/doc/en/Pango/AttrType.xml b/doc/en/Pango/AttrType.xml index 0e2e159eb..7f8ecf0e1 100644 --- a/doc/en/Pango/AttrType.xml +++ b/doc/en/Pango/AttrType.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -8,7 +8,16 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - To be added + + + This enumeration is used to distinguish between different + types of attributes. Along with the predefined values, it is + possible to allocate additional values for custom attributes + using . The predefined values are + given below. The type of structure used to store the attribute + is listed in parentheses after the description. + + System.Enum @@ -34,8 +43,10 @@ - To be added - To be added + Invalid + + This marks it as an invalid attribute + @@ -46,8 +57,8 @@ - To be added - To be added + Language () + @@ -58,8 +69,8 @@ - To be added - To be added + Font family name list () + @@ -70,8 +81,8 @@ - To be added - To be added + Font slant style () + @@ -82,8 +93,8 @@ - To be added - To be added + Font weight () + @@ -94,8 +105,10 @@ - To be added - To be added + + Font variant (normal or small caps) () + + @@ -106,7 +119,7 @@ - To be added + Font stretch () To be added @@ -118,7 +131,10 @@ - To be added + + Font size in points divided by + () + To be added @@ -130,8 +146,8 @@ - To be added - To be added + Font description () + @@ -142,8 +158,8 @@ - To be added - To be added + Foreground color () + @@ -154,8 +170,8 @@ - To be added - To be added + Background color () + @@ -166,7 +182,7 @@ - To be added + Whether the text has an underline () To be added @@ -178,7 +194,7 @@ - To be added + Whether the text has an struck-through () To be added @@ -190,8 +206,8 @@ - To be added - To be added + Baseline displacement () + @@ -202,8 +218,8 @@ - To be added - To be added + Shape () + @@ -214,7 +230,9 @@ - To be added + + Font size scale factor () + To be added diff --git a/doc/en/Pango/CoverageLevel.xml b/doc/en/Pango/CoverageLevel.xml index 55ead0e9f..05244a905 100644 --- a/doc/en/Pango/CoverageLevel.xml +++ b/doc/en/Pango/CoverageLevel.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Used to indicate how well a font can represent a particular ISO 10646 character point for a particular scrpt + System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + The character is not representable with the font + @@ -46,8 +46,19 @@ - To be added - To be added + + The character is represented in a way that may be + comprehensible but is not the correct graphical + form + + + + The character is represented in a way that may be + comprehensible but is not the correct graphical form. For + instance, a Hangul character represented as a a sequence + of Jamos, or a Latin transliteration of a Cyrillic word. + + @@ -58,8 +69,12 @@ - To be added - To be added + + The character is represented as basically the correct + graphical form, but with a stylistic variant inappropriate + for the current script + + @@ -70,8 +85,8 @@ - To be added - To be added + The character is represented as the correct graphical form. + diff --git a/doc/en/Pango/Direction.xml b/doc/en/Pango/Direction.xml index 0c353250a..0f11422fd 100644 --- a/doc/en/Pango/Direction.xml +++ b/doc/en/Pango/Direction.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Represents the direction of writing for text + System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + The text is written left-to-right + @@ -46,8 +46,8 @@ - To be added - To be added + The text is written right-to-left + @@ -58,8 +58,11 @@ - To be added - To be added + + The text is written vertically top-to-bottom, with the rows + ordered from left to right + + @@ -70,8 +73,11 @@ - To be added - To be added + + The text is written vertically top-to-bottom, with the rows + ordered from right to left + + diff --git a/doc/en/Pango/FontMask.xml b/doc/en/Pango/FontMask.xml index 823e8ec21..f5108ca58 100644 --- a/doc/en/Pango/FontMask.xml +++ b/doc/en/Pango/FontMask.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + TThe bits in a PangoFontMask correspond to fields in a PangoFontDescription that have been set. + System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + The font family is specified + @@ -46,8 +46,8 @@ - To be added - To be added + The font style is specified + @@ -58,8 +58,8 @@ - To be added - To be added + The font variant is specified + @@ -70,8 +70,8 @@ - To be added - To be added + The font weight is specified + @@ -82,8 +82,8 @@ - To be added - To be added + The font stretch is specified + @@ -94,11 +94,10 @@ - To be added - To be added + The font size is specified + - - + Field diff --git a/doc/en/Pango/OTTableType.xml b/doc/en/Pango/OTTableType.xml index ca6eff1f2..bff63b570 100644 --- a/doc/en/Pango/OTTableType.xml +++ b/doc/en/Pango/OTTableType.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The values of this enumeration are used to identify the various OpenType tables + System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + The GSUB table + @@ -46,8 +46,8 @@ - To be added - To be added + The GPOS table + diff --git a/doc/en/Pango/Stretch.xml b/doc/en/Pango/Stretch.xml index ef9a6860b..ca032c86b 100644 --- a/doc/en/Pango/Stretch.xml +++ b/doc/en/Pango/Stretch.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,11 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + An enumeration specifying the width of the font relatives to + other designs with the font family + + System.Enum @@ -34,8 +37,10 @@ - To be added - To be added + + 4x more condensed than + + @@ -46,8 +51,10 @@ - To be added - To be added + + 3x more condensed than + + @@ -58,8 +65,10 @@ - To be added - To be added + + 2x more condensed than + + @@ -70,8 +79,10 @@ - To be added - To be added + + 1x more condensed than + + @@ -82,8 +93,8 @@ - To be added - To be added + The normal width + @@ -94,8 +105,10 @@ - To be added - To be added + + 1x more expanded than + + @@ -106,8 +119,10 @@ - To be added - To be added + + 2x more expanded than + + @@ -118,8 +133,10 @@ - To be added - To be added + + 3x more expanded than + + @@ -130,8 +147,10 @@ - To be added - To be added + + 3x more expanded than + + diff --git a/doc/en/Pango/Style.xml b/doc/en/Pango/Style.xml index 8969bb42c..2fc9fc300 100644 --- a/doc/en/Pango/Style.xml +++ b/doc/en/Pango/Style.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,11 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + An enumeration specific the various saltn styles possible for a + font + + System.Enum @@ -34,8 +37,8 @@ - To be added - To be added + The font is upright + @@ -46,8 +49,8 @@ - To be added - To be added + The font is slanted, but in a roman style + @@ -58,8 +61,8 @@ - To be added - To be added + The font is slanted in an italic style + diff --git a/doc/en/Pango/TabAlign.xml b/doc/en/Pango/TabAlign.xml index add440448..d5c1936ab 100644 --- a/doc/en/Pango/TabAlign.xml +++ b/doc/en/Pango/TabAlign.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,16 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + This enumeration specifies where a tab stop appears relative to + the text + + + + Right now, there is only one value in this enumeration. In + the future, Right, Center and Numeric may be supported. + + System.Enum @@ -34,8 +42,8 @@ - To be added - To be added + The tab stop appears to the left of the text + diff --git a/doc/en/Pango/Underline.xml b/doc/en/Pango/Underline.xml index d3555fb1b..74ae7e8dd 100644 --- a/doc/en/Pango/Underline.xml +++ b/doc/en/Pango/Underline.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,7 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + + This enumeration is used to specify whether text should be + underlined, and if so, the type of underlining + To be added @@ -34,8 +37,8 @@ - To be added - To be added + No underline should be drawn + @@ -46,8 +49,8 @@ - To be added - To be added + A single underline should be drawn + @@ -58,8 +61,8 @@ - To be added - To be added + A double underline should be drawn + @@ -70,8 +73,18 @@ - To be added - To be added + + A single underline should be drawn at a position beneath the + ink extedn of the text being underlined + + + + This should be used only for underlining single + characters, such as for keyboard accelerators. + should be used for + extended portions of text + + diff --git a/doc/en/Pango/Variant.xml b/doc/en/Pango/Variant.xml index 084e90eca..943e9723d 100644 --- a/doc/en/Pango/Variant.xml +++ b/doc/en/Pango/Variant.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An enumeration specifying capitalization variant of the font + System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + A normal font + @@ -46,8 +46,11 @@ - To be added - To be added + + A font with the lower case characters replaced by smaller + variants of the capital letters + + diff --git a/doc/en/Pango/Weight.xml b/doc/en/Pango/Weight.xml index 12c922937..f194ddacf 100644 --- a/doc/en/Pango/Weight.xml +++ b/doc/en/Pango/Weight.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,13 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An enumeration specifying the weight (boldness) of a font + + + This is a numerical value ranging from 100 to 900, but there + are two predefined values. + + System.Enum @@ -34,8 +39,8 @@ - To be added - To be added + The ultralight weight (200) + @@ -46,8 +51,8 @@ - To be added - To be added + The light weight (300) + @@ -58,8 +63,8 @@ - To be added - To be added + The default weight (400) + @@ -70,8 +75,8 @@ - To be added - To be added + The bold weight (700) + @@ -82,8 +87,8 @@ - To be added - To be added + The ultrabold weight (800) + @@ -94,8 +99,8 @@ - To be added - To be added + The heavy weight (900) + @@ -111,4 +116,4 @@ - \ No newline at end of file +n \ No newline at end of file diff --git a/doc/en/Pango/WrapMode.xml b/doc/en/Pango/WrapMode.xml index 8d57c3437..b00e81653 100644 --- a/doc/en/Pango/WrapMode.xml +++ b/doc/en/Pango/WrapMode.xml @@ -1,5 +1,5 @@ - + pango-sharp 0.0.0.0 @@ -7,8 +7,11 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + Describes how to wrap the lines of a + to the desired width + + System.Enum @@ -34,8 +37,8 @@ - To be added - To be added + Wrap lines at word boundaries + @@ -46,8 +49,8 @@ - To be added - To be added + Wrap line at character boundaries + @@ -70,8 +73,11 @@ - To be added - To be added + + Wrap line at word boundaries, but fall back to character + boundaries if there is not enough space for a full word + +