mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
439 B
15 lines
439 B
#define iModernFont 1
|
|
#define iRomanFont 2
|
|
#define iSwissFont 3
|
|
#define iScriptFont 4
|
|
#define iDecorativeFont 5
|
|
|
|
void STDCALL VProcFontTableInfo(FNTBL *);
|
|
int STDCALL IGetFmtNo(CF*);
|
|
int STDCALL IGetFontSize(int);
|
|
BOOL STDCALL FProcFontId(int, CF*);
|
|
int STDCALL IMapFontType(int);
|
|
void STDCALL VProcColTableInfo(CTBL *);
|
|
void STDCALL VUpdateColor(RGBTRIPLE*, int);
|
|
void VOutFontTable(void);
|
|
void STDCALL SetForcedFont(PSTR);
|