class Boleite::Font::Glyph

Defined in:

boleite/graphics/font/glyph.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.generate_hash(code) : UInt64 #

[View source]

Instance Method Detail

def advance : Int64 #

[View source]
def advance=(advance : Int64) #

[View source]
def bounds : Boleite::Rect(Float64) #

[View source]
def bounds=(bounds : Boleite::Rect(Float64)) #

[View source]
def code : Char #

[View source]
def code=(code : Char) #

[View source]
def generate_hash : UInt64 #

[View source]
def texture_rect : Boleite::Rect(Int32) #

[View source]
def texture_rect=(texture_rect : Boleite::Rect(Int32)) #

[View source]