Nastroj na generovani fontu

This commit is contained in:
2020-12-17 08:18:37 +01:00
parent a2011cacf8
commit 034c2ab149
9 changed files with 22 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
java FontConverterV3 "Tahoma" 14 r > font-tahoma.h
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+21
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/