< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/internal/t1types.h

Print this page

        

@@ -75,11 +75,11 @@
     FT_Int       num_chars;
     FT_Int       code_first;
     FT_Int       code_last;
 
     FT_UShort*   char_index;
-    FT_String**  char_name;
+    const FT_String**  char_name;
 
   } T1_EncodingRec, *T1_Encoding;
 
 
   /* used to hold extra data of PS_FontInfoRec that
< prev index next >