[go: up one dir, main page]

Skip to content

A tool to convert XTF fonts to SVG fonts.

Notifications You must be signed in to change notification settings

XboxDev/xtf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A tool to convert XTF fonts 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.

About

A tool to convert XTF fonts to SVG fonts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published