class Fontanyl::Font

Direct Known Subclasses

Defined in:

font.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def charmap : Hash(Char, Glyph) #

[View source]
def charmap=(charmap : Hash(Char, Glyph)) #

[View source]
def family : String #

[View source]
def family=(family : String) #

[View source]
def get(c : Char) : Glyph #

[View source]
def get_bitmap(msg : String, wrap : UInt32 = 0) #

[View source]
def size : UInt32 #

[View source]
def size=(size : UInt32) #

[View source]