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