We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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