10 lines
230 B
C++
10 lines
230 B
C++
|
#include "svc_fontmaker.h"
|
||
|
|
||
|
#define CBCLASS svc_fontMakerI
|
||
|
START_DISPATCH
|
||
|
CB(GETFONTMAKERNAME, getFontMakerName);
|
||
|
CB(NEWTRUETYPEFONT, newTrueTypeFont);
|
||
|
CB(DELETETRUETYPEFONT, deleteTrueTypeFont);
|
||
|
END_DISPATCH
|
||
|
#undef CBCLASS
|