Board index » delphi » Truetype font in resource file?

Truetype font in resource file?

Can anyone point me to a book/article/snippet that explains
how to store a truetype font in a resource file, and subsequently
use it at run time?

Thanks.
--
Jan Dillen

 -disclaimer-
 unless stated otherwise, everything in the above message is personal opinion
 and nothing in it is an official statement of molecular simulations inc.

 

Re:Truetype font in resource file?


Quote
Jan Dillen wrote:

> Can anyone point me to a book/article/snippet that explains
> how to store a truetype font in a resource file, and subsequently
> use it at run time?

> Thanks.
> --
> Jan Dillen

>  -disclaimer-
>  unless stated otherwise, everything in the above message is personal opinion
>  and nothing in it is an official statement of molecular simulations inc.

You will need to store it as a user defined data resource type, and
install/uninstall it it at runtime.

Joe
--
Joe C. Hecht
Borland Delphi Developer Support Group
Technical Documents and Online Forums are available at
http://www.borland.com

Other Threads