How to check in application whether Binary Font needs to be installed
Hi,
When I select use Binary Font in GFX, I would like to determine this in my app so I install the font. How to do that please ?
Thank you

Hi,
When I select use Binary Font in GFX, I would like to determine this in my app so I install the font. How to do that please ?
Thank you

Hello
There are no direct way to determine this, however, you can check if tables created for a font is empty or not. You can check this by using the getCharWidth(constUnicode::UnicodeChar c) for an arbitrary character. Just make sure that you have used this character with your font. If the character is available but BinaryFont is set, then the returned value from that function will be 0.
I hope this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.