class Boleite::Font::Page
- Boleite::Font::Page
- Reference
- Object
Defined in:
boleite/graphics/font/page.crConstructors
Instance Method Summary
- #character_size : UInt32
- #create_glyph(code) : Glyph
- #get_kerning(first, second) : Int32
- #get_linespacing : Float64
- #glyphs : Hash(UInt64, Boleite::Font::Glyph)
- #glyphs=(glyphs : Hash(UInt64, Boleite::Font::Glyph))
- #next_row : UInt32
- #next_row=(next_row : UInt32)
- #rows : Array(Boleite::Font::Row)
- #rows=(rows : Array(Boleite::Font::Row))
- #texture : Boleite::Texture
- #texture=(texture : Boleite::Texture)
Constructor Detail
def self.new(face : LibFreeType::Face, gfx : Boleite::GraphicsContext, size : UInt32)
#