@@ -1063,6 +1063,7 @@ short vqt_name_and_id (VdiHdl, short font_format,
1063
1063
void vqt_pairkern (VdiHdl , short ch1 , short ch2 , long * x , long * y );
1064
1064
1065
1065
void vqt_real_extent (VdiHdl , short x , short y , const char * string , short extent []);
1066
+ void vqt_real_extentn (VdiHdl , short x , short y , const char * string , short num , short extent []);
1066
1067
void vqt_real_extent16n (VdiHdl , short x , short y , const WCHAR * wstring , short num , short extent []);
1067
1068
void vqt_trackkern (VdiHdl , long * x , long * y );
1068
1069
short vqt_xfntinfo (VdiHdl , short flags , short id ,
@@ -1135,6 +1136,7 @@ short udef_vqt_name_and_id (VdiHdl, short font_format,
1135
1136
#define udef_vqt_pairkern vqt_pairkern
1136
1137
/** @ingroup force_udef */
1137
1138
void udef_vqt_real_extent (VdiHdl , short x , short y , const char * string , short extent []);
1139
+ void udef_vqt_real_extentn (VdiHdl , short x , short y , const char * string , short num , short extent []);
1138
1140
/** UDEF version of vqt_real_extent16n(). See \ref overviewUDEF for details about UDEF feature */
1139
1141
#define udef_vqt_real_extent16n vqt_real_extent16n
1140
1142
/** UDEF version of vqt_trackkern(). See \ref overviewUDEF for details about UDEF feature */
0 commit comments