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.new : Pango::FontMap #

Class Method Detail

def self.default : Pango::FontMap #

def self.g_type : UInt64 #

def self.new_for_font_type(fonttype : Cairo::FontType) : Pango::FontMap? #

Instance Method Detail

def font_type : Cairo::FontType #

def resolution : Float64 #

def resolution=(dpi : Float64) : Nil #

def set_default : Nil #

abstract def to_unsafe #