table of contents
Pango::FontMap(3) | User Contributed Perl Documentation | Pango::FontMap(3) |
NAME¶
Pango::FontMap - wrapper for PangoFontMap
HIERARCHY¶
Glib::Object +----Pango::FontMap
INTERFACES¶
Glib::Object::_Unregistered::GListModel
METHODS¶
list = $fontmap->list_families¶
font or undef = $fontmap->load_font ($context, $desc)¶
- $context (Pango::Context)
- $desc (Pango::FontDescription)
fontset or undef = $fontmap->load_fontset ($context, $desc, $language)¶
- $context (Pango::Context)
- $desc (Pango::FontDescription)
- $language (Pango::Language)
PROPERTIES¶
- 'item-type' (Glib::GType : default "Glib::Object" : readable / private / static-nick / static-blurb)
- 'n-items' (Glib::UInt : default 0 : readable / private / static-nick / static-blurb)
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 |