-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION.en_us.html
62 lines (62 loc) · 2.47 KB
/
DESCRIPTION.en_us.html
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
<p><b>DotMatrix</b> is a font inspired by the dot matrix printers of the 1980s, capturing the essence of the printing
technologies from that era. It's perfect for evoking a retro or nostalgic feel, rendering ASCII/ANSI art, or use
within code editors. For true scale, use <b>10 point text</b>.</p>
<p>It features:</p>
<ul>
<li><b>Character Set</b>: Includes 537 characters featuring the full set from the Epson FX-80 printer, DOS code page
437, Google Fonts Latin Core, Greek Core, Cyrillic Core, and Hebrew. Note, the italic subset is limited to 191
characters due to historical constraints.</li>
<li><b>Dot Jitter</b>: Simulates the inaccuracy of the printing head for an authentic look.</li>
<li><b>Epson FX-80 Modes</b>: Mapped to different DotMatrix font families:
<table>
<tr>
<th>Epson FX-80 Mode</th>
<th>DotMatrix Font Family</th>
</tr>
<tr>
<td>Pica</td>
<td>DotMatrix</td>
</tr>
<tr>
<td>Elite</td>
<td>DotMatrix Expanded</td>
</tr>
<tr>
<td>Compressed</td>
<td>DotMatrix Condensed</td>
</tr>
<tr>
<td>Expanded Pica</td>
<td>DotMatrix Duo</td>
</tr>
<tr>
<td>Expanded Elite</td>
<td>DotMatrix Duo Expanded</td>
</tr>
<tr>
<td>Expanded Compressed</td>
<td>DotMatrix Duo Condensed</td>
</tr>
<tr>
<td>Emphasized Pica</td>
<td>DotMatrix Duo UltraCondensed</td>
</tr>
<tr>
<td>Emphasized Expanded Pica</td>
<td>DotMatrix Quad</td>
</tr>
</table>
<ul>
<li><b>"Double-strike"</b> is represented by the Bold style.</li>
<li><b>"Italic"</b> corresponds to the Italic style.
<li><b>"Proportional mode"</b> is mapped to the respective <b>Var</b> font families.</li>
</ul>
</li>
<li><b>Variable Font Axes</b>:
<ul>
<li><b>Element Size</b>: Adjusts the dot strength.</li>
<li><b>Horizontal Element Spacing</b>: Modifies the font width.</li>
</ul>
</li>
</ul>
<p>To contribute, see <a href="https://github.com/Gissio/font_DotMatrix">github.com/Gissio/font_DotMatrix</a>.</p>