Custom Fonts at RAM_G #150
Replies: 1 comment
-
Yes, that is possible. You can safely ignore the address setting in EAB and the only limitation should be: Oh yes, if you generate a flash image with EAB, the .xfont files that go along with the .glyph files are automatically adjusted to where the font ends up in the flash. I highly recommend using EABs Asset Compressor to zip the .glyph file, put the resulting .zopfli or .zlib file thru EABs BIN2C and then use CMD_INFLATE to unpack the glyph data into RAM_G. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using BT817, I can create and load custom fonts by using the flash. but is there a way to directly load the custom font data to RAM_G without using the flash?
The EAB creates fonts as raw file but I want to add them as .c arrays and load them directly to RAM_G. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions