Re: Requesting help with setting size of text, please
Re: Requesting help with setting size of text, please
- Subject: Re: Requesting help with setting size of text, please
- From: Shane Stanley <email@hidden>
- Date: Mon, 10 Aug 2015 18:15:11 +1000
On 10 Aug 2015, at 5:58 pm, Brian Christmas <email@hidden> wrote:
>
> I’m only using the default font that is set for text fields in Xcode in Yosemite. They all use it on my iMac, dunno why.
Well you should fix that first; it's silly using Japanese fonts for English-only text fields. The default set in Interface Builder should be System 13. Then use an NSFont method like systemFontOfSize: to get your font in code, and set the font of the relevant range to the font returned by boldSystemFontOfSize:. Using those methods means you get the correct font regardless of OS version.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden