| Top |
| FoFo * | fo_text_new () |
| void | fo_text_set_color () |
| FoProperty * | fo_text_get_color () |
| void | fo_text_set_font_family () |
| FoProperty * | fo_text_get_font_family () |
| void | fo_text_set_font_size () |
| FoProperty * | fo_text_get_font_size () |
| void | fo_text_set_font_stretch () |
| FoProperty * | fo_text_get_font_stretch () |
| void | fo_text_set_font_style () |
| FoProperty * | fo_text_get_font_style () |
| void | fo_text_set_font_variant () |
| FoProperty * | fo_text_get_font_variant () |
| void | fo_text_set_font_weight () |
| FoProperty * | fo_text_get_font_weight () |
| void | fo_text_set_score_spaces () |
| FoProperty * | fo_text_get_score_spaces () |
| void | fo_text_set_value () |
| const gchar * | fo_text_get_value () |
| gboolean | fo_text_get_whitespace_only () |
| FoProperty * | color | Read |
| FoProperty * | font-family | Read |
| FoProperty * | font-size | Read |
| FoProperty * | font-stretch | Read |
| FoProperty * | font-style | Read |
| FoProperty * | font-variant | Read |
| FoProperty * | font-weight | Read |
| FoProperty * | score-spaces | Read |
| char * | value | Read |
| gboolean | whitespace-only | Read |
void fo_text_set_color (FoFo *fo_fo,FoProperty *new_color);
Sets the color property of text
to new_color
void fo_text_set_font_family (FoFo *fo_fo,FoProperty *new_font_family);
Sets the font-family property of text
to new_font_family
FoProperty *
fo_text_get_font_family (FoFo *fo_fo);
Gets the font-family property of text
void fo_text_set_font_size (FoFo *fo_fo,FoProperty *new_font_size);
Sets the font-size property of text
to new_font_size
FoProperty *
fo_text_get_font_size (FoFo *fo_fo);
Gets the font-size property of text
void fo_text_set_font_stretch (FoFo *fo_fo,FoProperty *new_font_stretch);
Sets the font-stretch property of text
to new_font_stretch
FoProperty *
fo_text_get_font_stretch (FoFo *fo_fo);
Gets the font-stretch property of text
void fo_text_set_font_style (FoFo *fo_fo,FoProperty *new_font_style);
Sets the font-style property of text
to new_font_style
FoProperty *
fo_text_get_font_style (FoFo *fo_fo);
Gets the font-style property of text
void fo_text_set_font_variant (FoFo *fo_fo,FoProperty *new_font_variant);
Sets the font-variant property of text
to new_font_variant
FoProperty *
fo_text_get_font_variant (FoFo *fo_fo);
Gets the font-variant property of text
void fo_text_set_font_weight (FoFo *fo_fo,FoProperty *new_font_weight);
Sets the font-weight property of text
to new_font_weight
FoProperty *
fo_text_get_font_weight (FoFo *fo_fo);
Gets the font-weight property of text
void fo_text_set_score_spaces (FoFo *fo_fo,FoProperty *new_score_spaces);
Sets the score-spaces property of text
to new_score_spaces
FoProperty *
fo_text_get_score_spaces (FoFo *fo_fo);
Gets the score-spaces property of text
void fo_text_set_value (FoFo *fo_fo,const gchar *new_value);
Sets the value property of fo_fo
to new_value
const gchar *
fo_text_get_value (FoFo *fo_fo);
Gets the "value" property of fo_text
“font-family” property“font-family” FoProperty *
Font Family property.
Owner: FoText
Flags: Read
“font-stretch” property“font-stretch” FoProperty *
Font Stretch property.
Owner: FoText
Flags: Read
“font-variant” property“font-variant” FoProperty *
Font Variant property.
Owner: FoText
Flags: Read
“font-weight” property“font-weight” FoProperty *
Font Weight property.
Owner: FoText
Flags: Read
“score-spaces” property“score-spaces” FoProperty *
Score Spaces property.
Owner: FoText
Flags: Read
“value” property “value” char *
String value property.
Owner: FoText
Flags: Read
Default value: NULL