class PCFParser::Character
- PCFParser::Character
- Reference
- Object
Defined in:
pcf-parser.crConstructors
Instance Method Summary
- #ascent : Int16
- #descent : Int16
- #get(x, y)
- #left_sided_bearing : Int16
- #right_sided_bearing : Int16
- #width : Int16
Constructor Detail
def self.new(bytes : Slice(UInt8), width : Int16, ascent : Int16, descent : Int16, left_sided_bearing : Int16, right_sided_bearing : Int16, data_bytes : Int32, padding_bytes : Int32)
#