|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
#include "default_font.h"
|
|
|
|
|
|
-#if defined(HAVE_FREETYPE) && defined(COMPILE_IN_DEFAULT_FONT)
|
|
|
+#if defined(HAVE_FREETYPE) && defined(COMPILE_IN_DEFAULT_FONT) && !defined(CPPPARSER)
|
|
|
|
|
|
// This file was generated from uhvr8ac.pfb, a PostScript Type1 font
|
|
|
// installed along with TeX (and it was probably converted there from
|
|
|
@@ -28,7 +28,7 @@
|
|
|
// This is used as a standard fallback font when no font file is
|
|
|
// specified by the user.
|
|
|
|
|
|
-const char default_font_data[] = {
|
|
|
+const unsigned char default_font_data[] = {
|
|
|
0x80, 0x01, 0x6e, 0x06, 0x00, 0x00, 0x25, 0x21, 0x50, 0x53, 0x2d,
|
|
|
0x41, 0x64, 0x6f, 0x62, 0x65, 0x46, 0x6f, 0x6e, 0x74, 0x2d, 0x31,
|
|
|
0x2e, 0x30, 0x3a, 0x20, 0x4e, 0x69, 0x6d, 0x62, 0x75, 0x73, 0x53,
|
|
|
@@ -3362,4 +3362,4 @@ const char default_font_data[] = {
|
|
|
|
|
|
const int default_font_size = sizeof(default_font_data);
|
|
|
|
|
|
-#endif // HAVE_FREETYPE && COMPILE_IN_DEFAULT_FONT
|
|
|
+#endif // HAVE_FREETYPE && COMPILE_IN_DEFAULT_FONT && !CPPPARSER
|