Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Pango.FontMap

Class Pango.FontMap

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.FontMap
Class : FontMap
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Pango.FontMap ()
Create a new Pango.FontMap
Create a new Pango.FontMap
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter
Method
Clutter.get_font_map () : Pango.FontMap
Retrieves the PangoFontMap instance used by Clutter.
Gtk.PrintContext
Method
get_pango_fontmap () : Pango.FontMap
Returns a PangoFontMap that is suitable for use with the GtkPrintContext.
Pango.Context
Method
set_font_map (FontMap font_map) : none
Sets the font map to be searched when fonts are looked-up in this context.
Pango.Context
Method
get_font_map () : Pango.FontMap
Gets the PangoFontmap used to look up fonts for this context.
Pango.Font
Method
get_font_map () : Pango.FontMap
Gets the font map for which the font was created.
PangoCairo
Method
PangoCairo.font_map_get_default () : Pango.FontMap
Gets a default PangoCairoFontMap to use with Cairo.
PangoCairo
Method
PangoCairo.font_map_new () : Pango.FontMap
Creates a new PangoCairoFontMap object; a fontmap is used to cache information about available fonts, and holds certain global parameters such as the resolution.
PangoCairo
Method
PangoCairo.font_map_new_for_font_type (FontType fonttype) : Pango.FontMap
Creates a new PangoCairoFontMap object of the type suitable to be used with cairo font backend of type fonttype.
PangoFT2.FontMap
Method
PangoFT2.FontMap.for_display () : Pango.FontMap
PangoX
Method
PangoX.font_map_for_display (Display display) : Pango.FontMap
PangoX
Method
PangoX.font_map_get_font_cache (FontMap font_map) : PangoX.FontCache
PangoXft
Method
PangoXft.get_font_map (Display display, Number screen) : Pango.FontMap
Returns the PangoXftFontmap for the given display and screen.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:52 GMT+0800 (HKT)