Tagged Questions
The system-font tag has no wiki summary.
4
votes
6answers
629 views
Windows font that clearly disambiguates the number ZERO from letter O
Our intranet web pages need to clearly disambiguate between the letter O and the number ZERO. Is there a screen+printer font that is installed on WindowsXP and Vista that does this either putting a ...
4
votes
6answers
3k views
Can't detect when Windows Font Size has changed C++ MFC
I'm trying to determine how I can detect when the user changes the Windows Font Size from Normal to Extra Large Fonts, the font size is selected by executing the following steps on a Windows XP ...
1
vote
1answer
770 views
How do you get the default system font in the .NET compact framework?
How can I get the Font object for the default system font used by the particular device? I've noticed that different devices have different resolutions and DPIs, but some of my controls have ...
1
vote
3answers
890 views
How do I get Lucida Grande italic into my application?
Unfortunately, Lucida Grande does not have an italic variant and I need one.
My options here seem limited and I am hoping someone has a better one for me.
First, I tried, applying a ...
0
votes
1answer
120 views
SDL_TTF system font
Is there any way to use the default system font with SDL_TFF, without writing platform-specific code? Currently I just use one of the GNU FreeFont's, but I would like to be able to use the default ...