01-12-2026, 04:18 PM
InForm can use fallback fonts, but only if you allow it to do so.
See https://github.com/QB64-Phoenix-Edition/...on.bi#L137
and
https://github.com/QB64-Phoenix-Edition/...or.frm#L12
NotoMono-Regular.ttf is always in InForm/resources. You may use that if you want your app to look the same on all OSes. But you'll need to bundle that along with the source or executable (depending on how your are sharing it).
Embedding a font also works great if you are only publishing binaries.
See https://github.com/QB64-Phoenix-Edition/...on.bi#L137
and
https://github.com/QB64-Phoenix-Edition/...or.frm#L12
NotoMono-Regular.ttf is always in InForm/resources. You may use that if you want your app to look the same on all OSes. But you'll need to bundle that along with the source or executable (depending on how your are sharing it).
Embedding a font also works great if you are only publishing binaries.

