a collection of fonts designed to be used by cexil
cexil
uses the .cexil_font
format
they get transpiled down into c
code
parameters must come first in the .cexil_font
file
they are seperated by a single \n
character
to mark the end of parameter declarations then simply add an extra \n
after the last parameter
this parameter is required
it's value should be a value defined by enum cexil_character_set
character_set:SOME_CHARACTER_SET
this parameter is optional
its default value is CEXIL_FONT_SIZE_WIDTH_DEFAULT
otherwise any number
size_width:6
this parameter is optional
its default value is CEXIL_FONT_SIZE_HEIGHT_DEFAULT
otherwise any number
size_height: 4
characters are defined after all of the parameters have been defined
marked by two \n
in succession
there can be a variable number of characters but match the count of characters for whichever character_set
you're using
building the fonts into a format that can be used during with cexil
requires the cexil_font_transpiler