freebsd-ports/print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c
Hiroki Sato 06be6f2de8 - Add pTeX support to xdvik. This improvement is imported from
the latest j1.42 patchset by adjusting it to the 22.87 code base.

- Move files in TEXMFDISTDIR/xdvi to TEXMFDISTDIR/dvips/xdvi.
2015-01-31 12:48:14 +00:00

12 lines
396 B
C

--- texk/xdvik/gui/help-window.c.orig 2014-09-02 18:41:34.000000000 +0900
+++ texk/xdvik/gui/help-window.c 2015-01-31 21:02:18.000000000 +0900
@@ -314,6 +314,9 @@
#if FREETYPE
"- freetype2 (direct rendering of PS fonts) enabled\n",
#endif
+#ifdef PTEX
+ "- FreeType2 (Kanji font rendering) enabled\n",
+#endif /* PTEX */
#if HAVE_ICONV_H
"- Iconv support compiled in\n",
#if USE_LANGINFO