Ansys Learning Forum Forums Discuss Simulation Embedded Software Fonts in SCADE Display Reply To: Fonts in SCADE Display

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