` Embedding font in an app (David Bratovich ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Embedding font in an app
2004-09-01 -- David Bratovich
 
I have used (hand coded program) a couple of API calls to load and unload a font as needed. I've used it for my Geek Clock program to load a digital font for a clock LED type of display. !In your map AddFontResource(*cstring),SIGNED,PASCAL,RAW,NAME('AddFontResourceA') RemoveFontResource(*cstring),BOOL,PASCAL,RAW,NAME('RemoveFontResourceA') !somewhere in the code before opening the window that will use this font... font name = 'SFD2.TTF' W# = AddFontResource(font name) ! Now OK to open window ! other code here... ! before shutting down and after CLOSE(WINDOW) W# = RemoveFontResource(font name)


Today is April 27, 2024, 12:26 pm
This article has been viewed 35115 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: