Nastroj na generovani fontu

This commit is contained in:
Pavel Brychta 2020-12-17 08:18:37 +01:00
parent a2011cacf8
commit 034c2ab149
9 changed files with 22 additions and 0 deletions

BIN
tools/FontConverterV3.class Normal file

Binary file not shown.

BIN
tools/FontConverterV3.jar Normal file

Binary file not shown.

BIN
tools/LetterData.class Normal file

Binary file not shown.

1
tools/example.sh Normal file
View File

@ -0,0 +1 @@
java FontConverterV3 "Tahoma" 14 r > font-tahoma.h

Binary file not shown.

BIN
tools/fonts/coolvetica.zip Normal file

Binary file not shown.

BIN
tools/fonts/fatcow.zip Normal file

Binary file not shown.

BIN
tools/fonts/steelfish.zip Normal file

Binary file not shown.

21
tools/readme.md Normal file
View File

@ -0,0 +1,21 @@
# Generator fontu z fontu, instalovaných v systému
Původní zdroj je https://github.com/chall3ng3r/Squix-Display-FontConverterV3
## Parametry příkoazové řádky
* Jméno fontu v uvozovkách
* Celočíselná velikost fontu
* r - regular, b - bold
## Příklad použití
```
java FontConverterV3 "Tahoma" 14 r > font-tahoma.h
```
## Instalace TTF fontů do Linuxu
https://www.unixtutorial.org/how-to-install-ttf-fonts-in-linux/
https://itsfoss.com/install-fonts-ubuntu/