@@ -1063,6 +1063,7 @@ short vqt_name_and_id (VdiHdl, short font_format,
10631063void vqt_pairkern (VdiHdl , short ch1 , short ch2 , long * x , long * y );
10641064
10651065void 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 []);
10661067void vqt_real_extent16n (VdiHdl , short x , short y , const WCHAR * wstring , short num , short extent []);
10671068void vqt_trackkern (VdiHdl , long * x , long * y );
10681069short vqt_xfntinfo (VdiHdl , short flags , short id ,
@@ -1135,6 +1136,7 @@ short udef_vqt_name_and_id (VdiHdl, short font_format,
11351136#define udef_vqt_pairkern vqt_pairkern
11361137/** @ingroup force_udef */
11371138void 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 []);
11381140/** UDEF version of vqt_real_extent16n(). See \ref overviewUDEF for details about UDEF feature */
11391141#define udef_vqt_real_extent16n vqt_real_extent16n
11401142/** UDEF version of vqt_trackkern(). See \ref overviewUDEF for details about UDEF feature */
0 commit comments