mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:05:47 -04:00
Initial community commit
This commit is contained in:
16
Src/Wasabi/api/service/svcs/svc_fontrender.cpp
Normal file
16
Src/Wasabi/api/service/svcs/svc_fontrender.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include "svc_fontrender.h"
|
||||
|
||||
#define CBCLASS svc_fontRenderI
|
||||
START_DISPATCH
|
||||
CB(ISNAMED, isNamed);
|
||||
VCB(INSTALLTRUETYPEFONT, installTrueTypeFont);
|
||||
VCB(INSTALLBITMAPFONT, installBitmapFont);
|
||||
VCB(UNINSTALLALL, uninstallAll);
|
||||
VCB(UNINSTALLBYSCRIPTID, uninstallByScriptId);
|
||||
CB(REQUESTSKINFONT, requestSkinFont);
|
||||
VCB(DISPATCHTEXTOUT, dispatchTextOut);
|
||||
CB(DISPATCHGETINFO, dispatchGetInfo);
|
||||
CB(USETRUETYPEOVERRIDE, useTrueTypeOverride);
|
||||
CB(GETTRUETYPEOVERRIDE, getTrueTypeOverride);
|
||||
END_DISPATCH
|
||||
#undef CBCLASS
|
Reference in New Issue
Block a user