module PangoCairo::FontMap

Overview

Pango::CairoFontMap is an interface exported by font maps for use with Cairo.

The actual type of the font map will depend on the particular font technology Cairo was compiled to use.

Defined in:

lib/gi-crystal/src/auto/pango_cairo-1.0/font_map.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]
def self.new : Pango::FontMap #

[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.default : Pango::FontMap #

[View source]
def self.g_type : UInt64 #

[View source]
def self.new_for_font_type(fonttype : Cairo::FontType) : Pango::FontMap | Nil #

[View source]

Instance Method Detail

def font_type : Cairo::FontType #

[View source]
def resolution : Float64 #

[View source]
def resolution=(dpi : Float64) : Nil #

[View source]
def set_default : Nil #

[View source]
abstract def to_unsafe #

[View source]