Pango::FontFace(3) | User Contributed Perl Documentation | Pango::FontFace(3) |
NAME¶
Pango::FontFace - wrapper for PangoFontFace
HIERARCHY¶
Glib::Object +----Pango::FontFace
METHODS¶
fontdescription = $face->describe¶
string = $face->get_face_name¶
boolean = $face->is_synthesized¶
Since: pango 1.18
@sizes = $face->list_sizes¶
List the sizes available for a bitmapped font. For scalable fonts, this will return an empty list.
Since: pango 1.4
SEE ALSO¶
Pango, Glib::Object
COPYRIGHT¶
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Pango for a full notice.
2019-09-16 | perl v5.40.0 |