Re: 10.5 Load Fonts for use in webview

2014-07-31 Thread Jens Alfke
> On Jul 31, 2014, at 12:48 PM, danchik wrote: > > Seems that simply adding the Fonts into bundle with appropriate plist > reference automatically made the fonts available for the app :) When exactly > do they become available, do I need to call NSFontManager routines to make > sure they are

Re: 10.5 Load Fonts for use in webview

2014-07-31 Thread danchik
enough? - Original Message - From: "danchik" To: Sent: Wednesday, July 30, 2014 3:56 PM Subject: 10.5 Load Fonts for use in webview Is there way to register a font included in the app bundle to be used with embedded webview on 10.5? Basically register it on load of the app

10.5 Load Fonts for use in webview

2014-07-30 Thread danchik
Is there way to register a font included in the app bundle to be used with embedded webview on 10.5? Basically register it on load of the app so it is available in the browser that is embedded. There are some graphic routines abvailable but they all seem to require 10.6 Not looking for anyth