Questions tagged [system-font]

30 questions
17
votes
7 answers

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 dot inside zero or a slash through it? If there…
Tim
  • 8,669
  • 31
  • 105
  • 183
10
votes
3 answers

Different System Medium font on iOS 7

I'm setting a System Medium font on storyboard like this: And this is the result for iOS 8: But iOS 7 is showing a different (strange) font: Am I setting something wrong?
Douglas Ferreira
  • 2,279
  • 2
  • 27
  • 42
9
votes
6 answers

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 machine: Right-click on the desktop and select…
Kiril
  • 39,672
  • 31
  • 167
  • 226
9
votes
2 answers

How to get the System font in an iOS app?

I am using Xamarin Studio to develop an iOS iPad app. I need to assign the System font name to a variable in the code behind on one of the pages. How do I get whatever the System font is programmatically?
Dave Haigh
  • 4,369
  • 5
  • 34
  • 56
6
votes
1 answer

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 explicitly defined fonts. I'd like to be able to get the…
Jason
  • 1,411
  • 3
  • 21
  • 28
4
votes
2 answers

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. If I run this on an iPad 3 or iPad simulator…
Bjinse
  • 1,339
  • 12
  • 25
3
votes
1 answer

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 system font.
orlp
  • 112,504
  • 36
  • 218
  • 315
3
votes
3 answers

How to check does method systemFontOfSize(fontSize: weight:) exist in iOS

My application deployment target is iOS 7.0 I want to use method systemFontOfSize(fontSize: weight:) on devices with iOS 8+. iOS 7 doesn't support this method (with weight: parameter) and my application crashes. Specially for iOS 7 I want to set…
John Kakon
  • 2,531
  • 4
  • 24
  • 28
3
votes
0 answers

How to set type face to textView in galaxy S3

I set typeFace to textView dynamically and it works well in many phones i tested, but in Galaxy S3, system font has first priority. I want my app show its font, not system font.
hojjat reyhane
  • 648
  • 1
  • 8
  • 25
2
votes
0 answers

On iOS 13, picking between the "display" system font and the "text" system font

I am familiar with the new Apple guidelines that the system fonts should no longer be accessed by the names and only the system API should be used. Beyond this new requirement, it seems like the SF display and text fonts have been merged into one…
Werner Sharp
  • 301
  • 1
  • 2
  • 7
2
votes
0 answers

How to install a font system-wide with windows UWP apps?

I am building my first UWP app (so still very newbie). Detailed Context I need any website (not just mine) to be able to open my app when the user clicks on a link and open my website when the app is not available. I can't use web-to-app-linking…
Goasmad
  • 69
  • 9
2
votes
2 answers

How to Change Mobile fonts mean install custom fonts, to system

How to change or install custom fonts to the Android device, What class or method is usable in custom Launchers that change the system fonts, of an android device,
2
votes
3 answers

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 NSAffineTransform by doing the following: NSFont *theFont = [NSFont…
ericg
  • 8,413
  • 9
  • 43
  • 77
2
votes
2 answers

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 tryed this one: iOS 5: Curious about UIAppearance but…
xapslock
  • 1,119
  • 8
  • 21
1
vote
1 answer

Is there a way to make svg icon adapt to apple system fonts?

Consider the following simple React / MaterialUI component
Hello World
Result of this on my iPhone is attached. As I change the Settings > Accessibility > Larger Text…
Amarsh
  • 11,214
  • 18
  • 53
  • 78
1
2