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 - scalable fonts vs. bitmap fonts: Page 1 of 2 (2 Items)
   
scalable fonts vs. bitmap fonts  
In the Photon docs, I read:

----

You should always use scalable font technology, unless you use a highly contained system that only requires specific 
point sizes. Once you start adding additional bitmap fonts for more point sizes, any benefits are quickly lost due to 
large file sizes. Due to the flexibility and speed of current scalable font technology, bitmap fonts are no longer 
recommended.

----

Given the complexity of generating a visible character out of a scalable font, I wonder if this is a good recommendation
? Especially for non-x86, e.g. ARM9 or small PPC systems, wouldn't it be better to use bitmap fonts?

Also, file size and performance are deemed equally important here - but what does a few 100k of saved space give me when
 my users can watch the fonts being rendered?


- Malte