1Pango::FontMap(3) User Contributed Perl Documentation Pango::FontMap(3)
2
3
4
6 Pango::FontMap - wrapper for PangoFontMap
7
9 Glib::Object
10 +----Pango::FontMap
11
13 Glib::Object::_Unregistered::GListModel
14
16 list = $fontmap->list_families
17 font or undef = $fontmap->load_font ($context, $desc)
18 • $context (Pango::Context)
19
20 • $desc (Pango::FontDescription)
21
22 fontset or undef = $fontmap->load_fontset ($context, $desc, $language)
23 • $context (Pango::Context)
24
25 • $desc (Pango::FontDescription)
26
27 • $language (Pango::Language)
28
30 'item-type' (Glib::GType : default "Glib::Object" : readable / private
31 / static-nick / static-blurb)
32 'n-items' (Glib::UInt : default 0 : readable / private / static-nick /
33 static-blurb)
34
36 Pango, Glib::Object
37
39 Copyright (C) 2003-2011 by the gtk2-perl team.
40
41 This software is licensed under the LGPL. See Pango for a full notice.
42
43
44
45perl v5.36.0 2022-07-22 Pango::FontMap(3)