1
0

api_font.cpp 224 B

1234567891011
  1. #include <precomp.h>
  2. #include "api_font.h"
  3. #ifdef CBCLASS
  4. #undef CBCLASS
  5. #endif
  6. #define CBCLASS api_fontI
  7. START_DISPATCH;
  8. VCB(API_FONT_FONT_TEXTOUT, font_textOut);
  9. CB(API_FONT_FONT_GETINFO, font_getInfo);
  10. END_DISPATCH;