ref: 7b0cc663e84a90947d4e63e3e250e1b38b484cdc
parent: b5e8c90806d5c1f62657e93eccfe95eac12f1f00
author: Werner Lemberg <wl@gnu.org>
date: Sat Jul 5 03:46:49 EDT 2003
formatting
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -2305,7 +2305,6 @@
}
-
/* documentation is in freetype.h */
FT_EXPORT_DEF( FT_ULong )
@@ -2329,9 +2328,9 @@
return result;
}
+
/* documentation is in freetype.h */
-
FT_EXPORT_DEF( FT_ULong )
FT_Get_Next_Char( FT_Face face,
FT_ULong charcode,
@@ -2356,7 +2355,6 @@
return result;
}
-
/* documentation is in freetype.h */
--- a/src/base/ftxf86.c
+++ b/src/base/ftxf86.c
@@ -45,7 +45,7 @@
{ "cidtype1", "CID Type 1" }, { "cff", "CFF" }, { "pfr", "PFR" },- { "winfonts", "Windows FNT" }+ { "winfonts", "Windows FNT" }};
const char* result = NULL;
--
⑨