blob: 981726ac11e9a888d475c59df1b97234841cb02c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
diff -urN magicpoint-1.10a.ORIG/parse.c magicpoint-1.10a/parse.c
--- magicpoint-1.10a.ORIG/parse.c 2003-06-14 19:22:56.000000000 +0900
+++ magicpoint-1.10a/parse.c 2003-09-02 05:26:12.000000000 +0900
@@ -848,7 +848,7 @@
tmpint[2]->cti_value = DEFAULT_VGAP;
tmpint[3] = ctlalloc1(CTL_QUALITY);
tmpint[3]->cti_value = DEFAULT_BQUALITY;
-#ifdef XFT2
+#ifdef USE_XFT2
tmpint[4] = ctlalloc1(CTL_OPAQUE);
tmpint[4]->cti_value = DEFAULT_OPAQUE;
#endif
diff -urN magicpoint-1.10a.ORIG/mgp.h magicpoint-1.10a/mgp.h
--- magicpoint-1.10a.ORIG/mgp.h 2003-06-06 16:18:25.000000000 +0900
+++ magicpoint-1.10a/mgp.h 2003-09-02 04:24:56.000000000 +0900
@@ -93,7 +93,7 @@
#include "freetype.h"
#ifndef FREETYPEFONTDIR
-#define FREETYPEFONTDIR "/usr/local/share/fonts/ttf"
+#define FREETYPEFONTDIR "/usr/X11R6/lib/X11/fonts/truetype"
#endif
#endif /*FREETYPE*/
@@ -130,7 +130,7 @@
#define UUDECODE "/usr/bin/uudecode"
#endif
#ifndef GUNZIP
-#define GUNZIP "/usr/contrib/bin/gunzip"
+#define GUNZIP "/bin/gunzip"
#endif
#define MAXPAGE 512
diff -urN magicpoint-1.10a.ORIG/sample/default.mgp magicpoint-1.10a/sample/default.mgp
--- magicpoint-1.10a.ORIG/sample/default.mgp 2001-08-11 01:40:54.000000000 +0900
+++ magicpoint-1.10a/sample/default.mgp 2003-09-02 04:24:56.000000000 +0900
@@ -12,9 +12,9 @@
%% into the "tfdir" directory above:
%% ftp://ftp.mew.org/pub/mgp/ttf-jp.tar.gz
%%
-%deffont "standard" tfont "standard.ttf", tmfont "kochi-mincho.ttf"
-%deffont "thick" tfont "thick.ttf", tmfont "goth.ttf"
-%deffont "typewriter" tfont "typewriter.ttf", tmfont "goth.ttf"
+%deffont "standard" xfont "times"
+%deffont "thick" xfont "arial-bold"
+%deffont "typewriter" xfont "courier"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Default settings per each line numbers.
|