Skip to content

Files

Latest commit

5b95586 · May 3, 2025

History

History

fonts

fonts

a collection of fonts designed to be used by cexil

*.cexil_font format

cexil uses the .cexil_font format they get transpiled down into c code

parameters

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

character_set

this parameter is required it's value should be a value defined by enum cexil_character_set

character_set:SOME_CHARACTER_SET

size_width

this parameter is optional its default value is CEXIL_FONT_SIZE_WIDTH_DEFAULT otherwise any number

size_width:6

size_height

this parameter is optional its default value is CEXIL_FONT_SIZE_HEIGHT_DEFAULT otherwise any number

size_height: 4

characters

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

building the fonts into a format that can be used during with cexil requires the cexil_font_transpiler