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.
- Host: GitHub
- URL: https://github.com/xboxdev/xtf-converter
- Owner: XboxDev
- Created: 2018-06-26T14:11:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T15:46:00.000Z (over 7 years ago)
- Last Synced: 2025-04-18T06:51:18.340Z (9 months ago)
- Topics: font, xbox, xtf
- Language: Python
- Size: 1.95 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.