You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Font class is very useful to us for debugging purposes.
Could you give a procedure or some advices about how to extend it in order to support the extended ASCII
characters?
Typically to be able to draw the French accents.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi! I looked source codes of Font class, and function GenerateFont which generates data for font rendering. Unfortunately these algorithms are not extendable to the rest symbols besides ASCII table. This Font class was specialy designed for debug purposes only, so this restricted functionaly can be overcome only by using of external library for font drawing.
Hi,
The
Font
class is very useful to us for debugging purposes.Could you give a procedure or some advices about how to extend it in order to support the extended ASCII
characters?
Typically to be able to draw the French accents.
Thanks.
The text was updated successfully, but these errors were encountered: