An open API service indexing awesome lists of open source software.

https://github.com/xboxdev/xtf-converter

A tool to convert XTF fonts to SVG fonts.
https://github.com/xboxdev/xtf-converter

font xbox xtf

Last synced: 3 months ago
JSON representation

A tool to convert XTF fonts to SVG fonts.

Awesome Lists containing this project

README

          

A tool to convert [XTF fonts](http://xboxdevwiki.net/xtf) to SVG fonts.

This tool has been designed for "Xbox.xtf" and "XBox Book.xtf" dashboard-files.

# Usage

```
./xtf-converter.py "Xbox.xtf" > "Xbox.svg"
./xtf-converter.py "XBox Book.xtf" > "XBox Book.svg"
```

# Optional: Convert SVG fonts to TTF

First, install svg2ttf:

```
npm install -g svg2ttf
```

Then convert the files:

```
svg2ttf "Xbox.svg" "Xbox.ttf"
svg2ttf "XBox Book.svg" "XBox Book.ttf"
```

You can then open "display-ttf.html" in your browser to see the fonts.