Functions | |
int | mt_FontName2Id (APPvar *app, char *name) |
convert a font name in a id-font | |
int | mt_FontId2Name (APPvar *app, int id, char *name) |
convert an id-font in a font name | |
int | mt_VstLoadFonts (APPvar *app, int res) |
emulate vst_load_fonts() when GDOS is not detected | |
void | mt_VstUnloadFonts (APPvar *app, int res) |
emulate vst_unload_fonts() when GDOS is not detected | |
int | mt_VstFont (APPvar *app, int id) |
emulate vst_font() | |
int | mt_VqtName (APPvar *app, int elem, char *name) |
emulate vqt_name when GDOS not detected | |
int | mt_VqtXname (APPvar *app, int id, int __index, char *name, int *fl) |
customized function that sumary VDI functions vqt_extname, vqt_xfntinfo and vqt_fontheader | |
int | vqt_extname (int handle, int __index, char *name, int *speedo, INT16 *format, INT16 *flags) |
utility function based on NVDI4 vqt_ext_name binding |
int mt_FontId2Name | ( | APPvar * | app, | |
int | id, | |||
char * | name | |||
) |
convert an id-font in a font name
app | application descriptor | |
id | font identificator | |
name | name font associated to id, it should be a 64-byte buffer. |
int mt_FontName2Id | ( | APPvar * | app, | |
char * | name | |||
) |
convert a font name in a id-font
app | application descriptor | |
name | font name |
int mt_VqtName | ( | APPvar * | app, | |
int | elem, | |||
char * | name | |||
) |
emulate vqt_name when GDOS not detected
app | application descriptor | |
elem | same as elem paramter of VDI function vqt_name() | |
name | same as name paramter of VDI function vqt_name() |
int mt_VqtXname | ( | APPvar * | app, | |
int | id, | |||
int | index, | |||
char * | name, | |||
int * | fl | |||
) |
customized function that sumary VDI functions vqt_extname, vqt_xfntinfo and vqt_fontheader
app | application descriptor | |
id | font-ID | |
index | same as 2nd parameter of VDI functions vqt_name() or vqt_extname() | |
name | TODO | |
fl | is a bitmap variable wich is a OR of the following flags:
|
int mt_VstFont | ( | APPvar * | app, | |
int | id | |||
) |
emulate vst_font()
app | application descriptor | |
id | same as id paramter of VDI function vst_font() |
int mt_VstLoadFonts | ( | APPvar * | app, | |
int | res | |||
) |
emulate vst_load_fonts() when GDOS is not detected
app | application descriptor | |
res | same as res paramter of VDI function vst_load_fonts() |
void mt_VstUnloadFonts | ( | APPvar * | app, | |
int | res | |||
) |
emulate vst_unload_fonts() when GDOS is not detected
app | application descriptor | |
res | same as res paramter of VDI function vst_unload_fonts() |
int vqt_extname | ( | int | handle, | |
int | index, | |||
char * | name, | |||
int * | speedo, | |||
INT16 * | format, | |||
INT16 * | flags | |||
) |
utility function based on NVDI4 vqt_ext_name binding
handle,index,name,format,flags | see VDI function vqt_ext_name() | |
speedo | will contain the flag name[32] returned by the VDI function vqt_ext_name() |