Figlet.Font (figlet v0.2.0) View Source
Stores information about a Figlet font: a container for characters.
Keys
:source
the path to the file that was parsed.:meta
contains aMeta
struct.:comments
comments included by font's author.:char_map
a map with integer keys representing codepoints and values representing how to draw the given character.:is_valid?
boolean check on whether this represents a complete and valid FIGlet.
Link to this section Summary
Link to this section Types
Specs
t() :: %Figlet.Font{ char_map: map(), comments: binary(), is_valid?: boolean(), meta: Figlet.Meta.t(), source: binary() }