• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Oct-2021-

READMEH A D24-Oct-202153 21

README.mdH A D24-Oct-20212.2 KiB7948

README

1This is not part of Zrythm, but is used with Zrythm.
2

README.md

1DSEG Font Family (v0.44)
2====
3
4## Overview
5
6DSEG is a free font which imitate LCD Display (7SEG, 14SEG, Weather icons etc.).
7DSEG have special features:
8
9 - Includes the roman-alphabet and symbol glyphs.
10 - Many types(over 50) are available.
11 - Licensed under [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL)
12
13![DSEG Image](http://www.keshikan.net/img/DSEG_sample_github.png)
14
15## Sample
16![DSEG Sample Image](http://www.keshikan.net/img/DSEG_weather_sample.png)
17
18## Usage
19
20 - Colon and Space
21
22   ![DSEG usage 1](http://www.keshikan.net/img/dseg_usage1.png)
23
24 - Period
25
26   ![DSEG usage 2](http://www.keshikan.net/img/dseg_usage2.png)
27
28 - All-off (Exclamation)
29
30   ![DSEG usage 3](http://www.keshikan.net/img/dseg_usage3.png)
31
32 - All-on ("8" or Tilda)
33
34   ![DSEG usage 4](http://www.keshikan.net/img/dseg_usage4.png)
35
36For more information, visit DSEG support page.
37
38 - English:[http://www.keshikan.net/fonts-e.html](http://www.keshikan.net/fonts-e.html)
39 - Japanese:[http://www.keshikan.net/fonts.html](http://www.keshikan.net/fonts.html)
40
41## Install for Node.js
42
43    $ npm install dseg
44
45## Build *ttf from *.sfd
46
47    $ make
48
49## Changelog
50
51 - v0.45(2018/01/09)
52    - Added makefile and build script. (Merged #8 #9 . Thanks to [alexmyczko](https://github.com/alexmyczko))
53
54 - v0.44(2018/01/02)
55    - Modified colon character position for balancing in Italic style. See below.
56![DSEG v044](http://www.keshikan.net/img/dseg_mod_v044.png)
57    - Added License metadata to *.ttf .
58    - Changed file name of *.sfd to match it's font-name.
59
60 - v0.43(2017/08/15)
61    - Added package.json and registerd npmjs.com. ([merged pull request #5](https://github.com/keshikan/DSEG/pull/5))
62
63 - v0.42(2017/04/27)
64    - Added WOFF2 file format.
65    - Added [extended metadata block](https://www.w3.org/TR/WOFF/#Metadata)  to *.woff and *.woff2.
66
67 - v0.41(2017/01/07)
68    - Assigned all-segment-off status to exclamation mark(U+0021).
69
70 - v0.40(2017/01/06)
71    - First released in Github.
72    - Added weather icons "DSEGWeather".
73    - The license has been changed to the [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL).
74
75## License
76
77- Any font files(*.ttf, *.woff, *.sfd) are licensed under the [SIL OPEN FONT LICENSE Version 1.1](http://scripts.sil.org/OFL)
78
79