module PangoCairo::Font

Overview

Pango::CairoFont is an interface exported by fonts for use with Cairo.

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

Defined in:

lib/gi-crystal/src/auto/pango_cairo-1.0/font.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]

Class Method Detail

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

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def scaled_font : Cairo::ScaledFont | Nil #

[View source]
abstract def to_unsafe #

[View source]