• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Do you care if user changes the SystemFont?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Do you care if user changes the SystemFont?


  • Subject: Re: Do you care if user changes the SystemFont?
  • From: "M. Uli Kusterer" <email@hidden>
  • Date: Mon, 20 Dec 2004 16:51:44 +0100

At 15:35 Uhr +0100 20.12.2004, Stephan Burlot wrote:
I've carefully designed my windows in IB, and a user complains that the text displayed doesn't fit. It appears he has changed the default fonts used by the system.

Depends on what they actually changed. If they changed the systemFontOfSize:, that's not supported by the OS, so it would be nonsense to make your app cope with that (after all, if he picked Times 24 white and complained that it's always cut off and barely visible on striped grey backgrounds, there'd be no way for you to make that look decent without looking like crap on all un-hacked setups).


OTOH, if you're using another standard font that the OS lets you customize (or the Finder font, or whatever), then it's a supported thing, and your app should account for this possibility. Same if the user just turned on anti-aliasing or whatever and that somehow made the font a pixel wider than you originally expected.

So, if it's the former, tell them it's their fault, and it's not your problem to fix. If it's the latter, you better quickly fix your app before others discover the problem, too, and decide your app is probably buggy in more important places, too, and decide not to buy it.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: Do you care if user changes the SystemFont?
      • From: Stephan Burlot <email@hidden>
References: 
 >Do you care if user changes the SystemFont? (From: Stephan Burlot <email@hidden>)

  • Prev by Date: Re: -(NSString *)description method not called in Cocoa app
  • Next by Date: Renaming files?
  • Previous by thread: Re: Do you care if user changes the SystemFont?
  • Next by thread: Re: Do you care if user changes the SystemFont?
  • Index(es):
    • Date
    • Thread