|
|||
|
Hi guys!
Is there a way using swfKit to get a list of all registered fonts on the system AND there path? I've played around with dllimport gdi32.dll should have a method EnumFonts but there is no way i get it showing in swfKit the following link points to the EnumFonts method... http://msdn2.microsoft.com/en-us/lib...64(VS.85).aspx this code in no way works.. but i think i need to look into this direction, any thoughts? Code:
dllimport "gdi32.dll" stdcall int EnumFonts() as gdi32_EnumFonts; var test = gdi32_EnumFonts(); Dialogs.msgBox(test); thanks!!
__________________
Tom Goethals<br />multimedia developer<br /><br />B.U.T nv<br />url: www.but.be<br />multimedia solutions | industrial video | print design |
|
|||
|
Ffish script does not support callback functions, so the "enumfonts" method cannot work in swfkit. We will add a "fonts" property into the "SysInfo" object in the next version. If you need it urgently, we can build a patch for you.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|