Files | |
| main.cpp | |
This is the smallest text-only MXVK sample. It initializes a font and draws a single line of text each frame.
The example loads font.ttf, then uses the engine's text rendering path to draw Hello World at a fixed position. It is the simplest reference for verifying that font loading and text blitting are working.