The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
131 views

Is it possible to set the system font in Xcode?

In Xcode, I use a fixed UILabel with font System, set the text in IB and set the size to fit exactly by pressing Command-= If I run this on an iPad 2 or iPad simulator (non retina), it displays OK. ...
0
votes
1answer
37 views

How to use system font in Qtextbrowser

I am writing a Qt application, and I would like to use system's default fonts in the QTextBrowser. Is there any way to query what the default system font is, and set the same in QTextBrowser? The ...
0
votes
1answer
164 views

Read System Font using browser and display them

I need to display all the fonts available in user's machine in browser. Is this possible using javascript or jquery or any other way around to get list font? For example on my website user should ...
2
votes
1answer
154 views

Change the default systemFont used by controls

I have a big App and need to change the Font but I don't want to touch every Label, Textfield and so on. How can I access the "systemFont" used in IB and in [UIFont systemFontOfSize:x]? I already ...
1
vote
1answer
282 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 ...
6
votes
6answers
4k 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 ...
3
votes
1answer
3k 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
2k 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 ...
5
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 ...