Evas.h | Evas.h | |||
---|---|---|---|---|
skipping to change at line 8216 | skipping to change at line 8216 | |||
* functions. | * functions. | |||
* The translation of "<tag>" tags to actual format is done according to th e | * The translation of "<tag>" tags to actual format is done according to th e | |||
* tags defined in the style, see @ref evas_textblock_style_set | * tags defined in the style, see @ref evas_textblock_style_set | |||
* | * | |||
* @subsection textblock_special_formats Special Formats | * @subsection textblock_special_formats Special Formats | |||
* Textblock supports various format directives that can be used in markup. In | * Textblock supports various format directives that can be used in markup. In | |||
* addition to the mentioned format directives, textblock allows creating | * addition to the mentioned format directives, textblock allows creating | |||
* additional format directives using "tags" that can be set in the style s ee | * additional format directives using "tags" that can be set in the style s ee | |||
* @ref evas_textblock_style_set . | * @ref evas_textblock_style_set . | |||
* | * | |||
* For more details see @ref evas_textblock_style_page | ||||
* | ||||
* Textblock supports the following formats: | * Textblock supports the following formats: | |||
* @li font - Font description in fontconfig like format, e.g: "Sans:style= Italic:lang=hi". or "Serif:style=Bold". | * @li font - Font description in fontconfig like format, e.g: "Sans:style= Italic:lang=hi". or "Serif:style=Bold". | |||
* @li font_weight - Overrides the weight defined in "font". E.g: "font_wei ght=Bold" is the same as "font=:style=Bold". Supported weights: "normal", " thin", "ultralight", "light", "book", "medium", "semibold", "bold", "ultrab old", "black", and "extrablack". | * @li font_weight - Overrides the weight defined in "font". E.g: "font_wei ght=Bold" is the same as "font=:style=Bold". Supported weights: "normal", " thin", "ultralight", "light", "book", "medium", "semibold", "bold", "ultrab old", "black", and "extrablack". | |||
* @li font_style - Overrides the style defined in "font". E.g: "font_style =Italic" is the same as "font=:style=Italic". Supported styles: "normal", " oblique", and "italic". | * @li font_style - Overrides the style defined in "font". E.g: "font_style =Italic" is the same as "font=:style=Italic". Supported styles: "normal", " oblique", and "italic". | |||
* @li font_width - Overrides the width defined in "font". E.g: "font_width =Condensed" is the same as "font=:style=Condensed". Supported widths: "norm al", "ultracondensed", "extracondensed", "condensed", "semicondensed", "sem iexpanded", "expanded", "extraexpanded", and "ultraexpanded". | * @li font_width - Overrides the width defined in "font". E.g: "font_width =Condensed" is the same as "font=:style=Condensed". Supported widths: "norm al", "ultracondensed", "extracondensed", "condensed", "semicondensed", "sem iexpanded", "expanded", "extraexpanded", and "ultraexpanded". | |||
* @li lang - Overrides the language defined in "font". E.g: "lang=he" is t he same as "font=:lang=he". | * @li lang - Overrides the language defined in "font". E.g: "lang=he" is t he same as "font=:lang=he". | |||
* @li font_fallbacks - A comma delimited list of fonts to try if finding t he main font fails. | * @li font_fallbacks - A comma delimited list of fonts to try if finding t he main font fails. | |||
* @li font_size - The font size in points. | * @li font_size - The font size in points. | |||
* @li font_source - The source of the font, e.g an eet file. | * @li font_source - The source of the font, e.g an eet file. | |||
* @li color - Text color in one of the following formats: "#RRGGBB", "#RRG GBBAA", "#RGB", and "#RGBA". | * @li color - Text color in one of the following formats: "#RRGGBB", "#RRG GBBAA", "#RGB", and "#RGBA". | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||