Patch level :2.2 186
Files correlati :xvagadll.dll Ricompilazione Demo : [ ] Commento :sistemati metodi xvt git-svn-id: svn://10.65.10.50/trunk@13375 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6006b1a1d9
commit
6bc5174ee7
@ -2645,7 +2645,7 @@ XVT_FNTID xvt_font_create(void)
|
||||
return (XVT_FNTID)pFont;
|
||||
}
|
||||
|
||||
void xvt_font_deserialize(XVT_FNTID font_id, char *buf)
|
||||
void xvt_font_deserialize(XVT_FNTID font_id, const char *buf)
|
||||
{
|
||||
// 01\\Courier\\0\\10\\WIN01/-13/0/0/0/400/0/0/0/0/1/2/1/49/Courier
|
||||
|
||||
|
@ -129,7 +129,7 @@ XVTDLL long xvt_fmap_get_families(PRINT_RCD *precp, char **family_array, long m
|
||||
|
||||
XVTDLL void xvt_font_copy(XVT_FNTID dest_font_id, XVT_FNTID src_font_id, XVT_FONT_ATTR_MASK mask);
|
||||
XVTDLL XVT_FNTID xvt_font_create(void);
|
||||
XVTDLL void xvt_font_deserialize(XVT_FNTID font_id, char *buf);
|
||||
XVTDLL void xvt_font_deserialize(XVT_FNTID font_id, const char *buf);
|
||||
XVTDLL void xvt_font_destroy(XVT_FNTID font_id);
|
||||
XVTDLL BOOLEAN xvt_font_get_family(XVT_FNTID font_id, char* buf, long max_buf);
|
||||
XVTDLL BOOLEAN xvt_font_get_family_mapped(XVT_FNTID font_id, char* buf, long max_buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user