FreeType 1.31.1
This commit is contained in:
15
contrib/ftos2/query.cmd
Normal file
15
contrib/ftos2/query.cmd
Normal file
@@ -0,0 +1,15 @@
|
||||
/* */
|
||||
call RxFuncAdd "SysLoadFuncs", "RexxUtil", "SysLoadFuncs"
|
||||
call SysLoadFuncs
|
||||
|
||||
app = "PM_Font_Drivers"
|
||||
key = "TRUETYPE"
|
||||
|
||||
val = SysIni('USER', app, key)
|
||||
|
||||
if val = "ERROR:" then val = "none"
|
||||
/* strip the terminating NULL character */
|
||||
else val = substr(val, 1, pos(d2c(0), val) - 1)
|
||||
|
||||
say 'The current TrueType driver is ' || val
|
||||
pause
|
||||
Reference in New Issue
Block a user