Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - single-instance minimal system font rendering: (1 Item)
   
single-instance minimal system font rendering  
I have an app running in a minimal embedded system (no GUI, window manager, none of that) and need to render small 
strings (e.g "hello world") into bitmaps. I don't want to do any message passing or font servers, and will be happy with
 a single simple font for all strings. I'd like everything to be resolved at compile time. I can't quite tease out how 
to do this from the documentation. This description seems to match my desires:

Finally, you might determine that you need some applications to run private font server instances to improve font 
rendering speed.

Can anyone point me to the required compile-time requirements for this?