Open mithilshah3 opened 5 months ago
First of all, the font size may not match the size of the resulting character in bit representation. After creating the font, it may be necessary to trim unused (empty) spaces around the characters.
In the second place, recent versions have added such an option. Try it:
I'm trying to convert a .ttf file to an array of 16-bit words using 'monochrome' preset with character width set to 'proportional'. But the generated array size doesn't match the width of the character. For example, if the width & height of a character is 9 & 25 respectively, the generated array consists of 50 16-bit words, i.e., 2 words for each row when in fact it should contain only 25 16-bit words. The byte-order setting (endianness) has no effect on the array size. Is there some other setting that needs to be applied?