[Top]
GTK2
GTK2.Pango.FontDescription
|
Method GTK2.Pango.FontDescription()->create()
- Method
create
Pango.FontDescription GTK2.Pango.FontDescription(string|void desc)
- Description
Create a new font description. If desc is present, creates a new font
description from a string representation in the form
"[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]", where FAMILY-LIST is a comma
separated list of families optionally terminated by a comma, STYLE-OPTIONS
is a whitespace separated list of words where each word describes one of
style, variant, weight, or stretch, and size is a decimal number (size in
points). Any one of the options may be absent. If FAMILY-LIST is absent,
then the family name will be blank. If STYLE-OPTIONS is missing, then all
style options will be set to the default values. If SIZE is missing, the
size in the resulting font description will be set to 0.
|