< prev index next >

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

Print this page

        

@@ -40,11 +40,11 @@
                                FT_Pointer  buffer,
                                FT_UInt     buffer_max );
 
   typedef FT_UInt
   (*FT_GlyphDict_NameIndexFunc)( FT_Face     face,
-                                 FT_String*  glyph_name );
+                                 const FT_String*  glyph_name );
 
 
   FT_DEFINE_SERVICE( GlyphDict )
   {
     FT_GlyphDict_GetNameFunc    get_name;
< prev index next >