forked from uobikiemukot/recterm
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME.mplus
166 lines (114 loc) · 3.63 KB
/
README.mplus
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
-
M+ BITMAP FONTS Copyright 2002-2005 COZ <[email protected]>
-
README
M+ BITMAP FONTS were designed to be simple and highly readable.
It incorporates all Kanji (Chinese character in Japanese) until
level 2 (the one described in JISX0208).
With the increasing availability of powerful PCs, scalable fonts and
anti-aliasing, one could question the need of such fonts nowadays,
slow PCs and the increasing popularity of mobile phone with limited resources
etc. are still in need of such font,
and I have there started creating this font foundry at my own pace.
Through the provided shell script "install_mplus_fonts", the following
fonts will be installed.
Latin fonts
+ mplus-fxd (10, 12 dots)
Created as an alternative to the "fixed" font.
-
mplus_f10r
mplus_f10r-euro *1
mplus_f12r
mplus_f12r-euro *1
mplus_f10b
mplus_f10b-euro *1
mplus_f12b
mplus_f12b-euro *1
+ mplus-hlv (10, 12 dots)
Created as an alternative to the "helvetica" font.
-
mplus_h10r
mplus_h10r-euro *1
mplus_h12r
mplus_h12r-euro *1
mplus_h10b
mplus_h10b-euro *1
mplus_h12b
mplus_h12b-euro *1
+ mplus-hlvw (10, 12 dots)
The space between character compared with "mplus-hlv (h12r)" being slightly
increased the readibility of small fonts on large displays increases.
-
mplus_h12rw
mplus_h12rw-euro *1
+ mplus-sys (10 dots)
Prepared for display in window titles and menu.
-
mplus_s10r
mplus_s10r-euro *1
mplus_s10b
mplus_s10b-euro *1
+ mplus-qub (6 dots)
Minimum 6 dot size font.
-
mplus_q06r
mplus_q06r-euro *1
*1 Euro symbol (iso8859-15)
Japanese Fonts
+ Aliases are set for future mappings of the fonts (mplus_j10*,mplus_j12*).
"jisx0208.1983-0" -> "jisx0208.1990-0"
+ mplus-gothic (10, 12 dots)
-
mplus_j10r (*1)
mplus_j10r-jisx
mplus_j10r-iso
mplus_j10b (*1)
mplus_j10b-jisx
mplus_j10b-iso
mplus_j12r
mplus_f12r-jisx
mplus_f12r-iso
mplus_j12b
mplus_f12b-jisx
mplus_f12b-iso
+ mplus-goth_p (10, 12 dots)
This font is the "mplus-gothic" fonts described up here with the
roman characters set as proportional.
In browsers like Mozilla, it might be difficult to read though.
Please set your browser preferences with
pref("font.scale.aa_bitmap.enable",false).
-
mplus_h10r-jisx
mplus_h10r-iso
mplus_h10b-jisx
mplus_h10b-iso
mplus_h12r-jisx
mplus_h12r-iso
mplus_h12b-jisx
mplus_h12b-iso
*1 Incorporates level 1 Kanji characters.
Now, I'm working to finish all level 2 Kanji characters.
M+ cursors
+ mplus_cursors.bdf
You will need to edit shell script "install_mplus_fonts" to install it.
Please read the explanations in the provided file INSTALL_E.
Anonymous CVS Access
M+ BITMAP FONTS CVS repository can be checked out through
anonymous (pserver) CVS with the following instruction set.
1. "cvs -d:pserver:[email protected]:/cvsroot/mplus-fonts login"
2. When prompted for a password like "CVS password: ",
simply press the Enter key.
3. "cvs -z3 -d:pserver:[email protected]:/cvsroot/mplus-fonts \
co mplus_bitmap_fonts"
To update, hit the following command in "mplus_bitmap_fonts" directory.
4. "cvs update -dP"
You will need to run install script "install_mplus_fonts" again.
Latest informations can be found at the following project address.
M+ BITMAP FONTS
http://mplus-fonts.sourceforge.jp/mplus-bitmap-fonts/index.html
M+ OUTLINE FONTS
Free Japanese outline fonts project "M+ OUTLINE FONTS", start working!
See. also,
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index.html
(Japanese)
[ Special thanks to Mr.Guillaume Proux ]