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[];
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[];