GObject.Object
Pango.FontFace
Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.FontFace |
Class : | FontFace |
Extends: | GObject.Object |
None |
Method / Constructor | Defined By | |
---|---|---|
new Pango.FontFace
()
Create a new Pango.FontFace
Create a new Pango.FontFace
|
||
describe
()
:
Pango.FontDescription
Returns the family, style, variant, weight and stretch of
a PangoFontFace.
Returns the family, style, variant, weight and stretch of
a PangoFontFace. The size field of the resulting font description will be unset. holding the description of the face. Use pango_font_description_free() to free the result.
|
Pango.FontFace | |
get_face_name
()
:
String
Gets a name representing the style of this face among the
different faces in the PangoFontFamily for the face.
Gets a name representing the style of this face among the
different faces in the PangoFontFamily for the face. This name is unique among all faces in the family and is suitable for displaying to users. owned by the face object and must not be modified or freed.
|
Pango.FontFace | |
is_synthesized
()
:
gboolean
Returns whether a PangoFontFace is synthesized by the underlying
font rendering engine from another face, perhaps by shearing, emboldening, or lightening it.
Returns whether a PangoFontFace is synthesized by the underlying
font rendering engine from another face, perhaps by shearing, emboldening, or lightening it.
|
Pango.FontFace | |
List the available sizes for a font.
List the available sizes for a font. This is only applicable to bitmap
fonts. For scalable fonts, stores NULL at the location pointed to by are in Pango units and are sorted in ascending order.
|
Pango.FontFace |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.FontSelection
Method |
get_face
()
:
Pango.FontFace
Gets the PangoFontFace representing the selected font group
details (i.e. |
Pango.FontFamily
Method |
Lists the different font faces that make up family.
|