<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_RemoveFontResource |
Description
Removes the fonts in the specified file from the system font table.
Syntax
lRet = Win_RemoveFontResource(FontFile)
Returns
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Parameters
Name |
Type |
Optional |
Meaning |
FontFile |
String |
No |
A valido font file name |
Remarks
For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/windows/desktop/dd162922(v=vs.85).aspx
Restrictions
See also
Examples