I'm porting an app from Mac OS X to linux.
There is an OS X API that I use to load my own font on the fly as the app starts up. The function is FMActivateFonts().
When I start up, I check to make sure that it's not already loaded. If it's not, I load it. When the app quits, the font is unloaded automatically.
What is the Linux function for loading a font this way?
Thanks.
- Chase
Nevermind. I found the GDK and Pango functions that do this.
Thanks.
- Chase
On Jul 10, 2005, at 1:02 AM, Chase wrote:
I'm porting an app from Mac OS X to linux.
There is an OS X API that I use to load my own font on the fly as the app starts up. The function is FMActivateFonts().
When I start up, I check to make sure that it's not already loaded. If it's not, I load it. When the app quits, the font is unloaded automatically.
What is the Linux function for loading a font this way?
Thanks.
- Chase
-- Fedora-desktop-list mailing list Fedora-desktop-list@redhat.com http://www.redhat.com/mailman/listinfo/fedora-desktop-list
desktop@lists.stg.fedoraproject.org