Shoutbox

Embed fonts into scripts? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Embed fonts into scripts? (/showthread.php?tid=76866)

Embed fonts into scripts? by roflmao456 on 08-18-2007 at 10:49 PM

is it possible to embed fonts (TTF) into a script window?


RE: Embed fonts into scripts? by matty on 08-19-2007 at 12:39 AM

If you include the TTF file in your script you can install it on initialize.

code:
Interop.Call('gdi32', 'AddFontResourceW', <Path to Font>);

http://msdn2.microsoft.com/en-us/library/ms534231.aspx