March 6, 2024 at 2:52 pm
Benjamin Descorps
Ansys Employee
Hello,
On the target, fonts are represented as C source code. Fonts can be considered as “graphical input resources” for the display application, same as the color or line style tables.
Since version 6.1, SCADE Display is delivered with a Font Code Generator that generates this C source code from the SCADE Display font description format, in the form of simple arrays of bitmaps.
Fonts are eventually loaded on target as C code compiled along with your main executable.
Hope this helps,
Benjamin