class PCFParser::Character

Defined in:

pcf-parser.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def ascent : Int16 #

[View source]
def descent : Int16 #

[View source]
def get(x, y) #

[View source]
def left_sided_bearing : Int16 #

[View source]
def right_sided_bearing : Int16 #

[View source]
def width : Int16 #

[View source]