-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
One possible issue I can see is that your
If you find yourself in this situation again, my font editor has some table flipping functionality that could help.
|
Beta Was this translation helpful? Give feedback.


One possible issue I can see is that your
CREATE_PENTAGRAMstring ends with a solitaryESCcharacter, when it should be the two charactersESC\. That alone shouldn't prevent the font definition from working, but it depends what follows it. If, for example, the next printable character was ac, that would combine with theESCto produce a hard-reset sequence that would erase the font definition.If you find yourself in this situation again, my font editor has some table flipping functionality that could help.