File: README.md

package info (click to toggle)
fonts-xolonium 4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,196 kB
  • sloc: sed: 697; python: 106; makefile: 94
file content (61 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download
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
Xolonium
========

Xolonium is a futuristic typeface, with focus on legibility.
It provides support for Latin, Greek, and Cyrillic glyph sets,
and includes various pictograms and emoticons.

Xolonium originated as a custom font for the open-source game
[Xonotic](https://xonotic.org).


Build
-----

The fonts can be compiled with the provided Makefile,
which runs the scripts from the `tools` directory:

```
make all
```

Fonts can be compiled individually as well:

```
make fonts/ttf/Xolonium-Regular.ttf
```

The generated files can be deleted with:

```
make clean
```

FontForge might complain about the AGLFN or non-BMP kern pairs,
these are fixed during the build process.


Dependencies
------------

### All

- [FontForge](https://fontforge.github.io) 20200314
- [FontTools](https://github.com/fonttools/fonttools) 4.17.0

### TTF

- [Humble Type Instruction Compiler](https://gitlab.com/sev/htic) 3.7

### WOFF

- [Zopfli Python wrapper](https://pypi.python.org/pypi/zopfli)
- [Brotli Python wrapper](https://pypi.python.org/pypi/Brotli)


Xonotic
-------

The Makefile also builds a GPL version of the fonts, for
the game Xonotic. For this purpose, the metadata in the
name table is adjusted. Everything else remains identical.