class Pixelfont::Parser

Defined in:

pixelfont/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def pack_8(data : Array(Char)) : UInt8 #

[View source]
def pack_data(string, data) #

[View source]
def parse #

[View source]
def read_char #

[View source]
def read_data #

[View source]
def read_line : String | Nil #

Get the next line, if nil EOF is reached


[View source]
def read_property #

[View source]
def reset #

[View source]
def store_grapheme #

[View source]