Skip to content

[Workaround] 4.5.x did not export the font variable for tcUnicode #607

Description

@davetcc

Version 4.5.x of designer did not export the tcUnicode font variable correctly. This only has any affect if you used the font in your own code, as it would not be exported for you to use.

This will be corrected in 5.0, but if you are using tcUnicode fonts, and the font definition is missing, simply export the variable yourself.

Simply add an export to your code as follows:

extern const UnicodeFont myFontName[];

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions