FontMapIfaceProxy

Proxy object for PangoCairo.FontMap interface when a GObject has no applicable D binding

class FontMapIfaceProxy : IfaceProxy , FontMap {}

Mixed In Members

From mixin FontMapT!()

getFontType
cairo.types.FontType getFontType()

Gets the type of Cairo font backend that fontmap uses.

getResolution
double getResolution()

Gets the resolution for the fontmap.

setDefault
void setDefault()

Sets a default pangocairo.font_map.FontMap to use with Cairo.

setResolution
void setResolution(double dpi)

Sets the resolution for the fontmap.

Inherited Members

From FontMap

getDefault
pango.font_map.FontMap getDefault()

Gets a default pangocairo.font_map.FontMap to use with Cairo.

new_
pango.font_map.FontMap new_()

Creates a new pangocairo.font_map.FontMap object.

newForFontType
pango.font_map.FontMap newForFontType(cairo.types.FontType fonttype)

Creates a new pangocairo.font_map.FontMap object of the type suitable to be used with cairo font backend of type fonttype.

getFontType
cairo.types.FontType getFontType()

Gets the type of Cairo font backend that fontmap uses.

getResolution
double getResolution()

Gets the resolution for the fontmap.

setDefault
void setDefault()

Sets a default pangocairo.font_map.FontMap to use with Cairo.

setResolution
void setResolution(double dpi)

Sets the resolution for the fontmap.