font

Hello,
as with help of the forum, our migration to edge running faster than expected, we would like to share a font generated. It may be of value for future start ups (as we encountered that creating a font is not trivial).
The font is created and set by following statements:
font.SetFontCharacters(0,395); font.SetFontPadding(1,0);
It is a nearly complete, first 400 UTF-8 character array (missing char has been replaced by questions marks) with variable width.
as with help of the forum, our migration to edge running faster than expected, we would like to share a font generated. It may be of value for future start ups (as we encountered that creating a font is not trivial).
The font is created and set by following statements:
font.SetFontCharacters(0,395); font.SetFontPadding(1,0);
It is a nearly complete, first 400 UTF-8 character array (missing char has been replaced by questions marks) with variable width.