Nastroj na generovani fontu
This commit is contained in:
parent
a2011cacf8
commit
034c2ab149
BIN
tools/FontConverterV3.class
Normal file
BIN
tools/FontConverterV3.class
Normal file
Binary file not shown.
BIN
tools/FontConverterV3.jar
Normal file
BIN
tools/FontConverterV3.jar
Normal file
Binary file not shown.
BIN
tools/LetterData.class
Normal file
BIN
tools/LetterData.class
Normal file
Binary file not shown.
1
tools/example.sh
Normal file
1
tools/example.sh
Normal file
@ -0,0 +1 @@
|
||||
java FontConverterV3 "Tahoma" 14 r > font-tahoma.h
|
BIN
tools/fonts/built-titling.zip
Normal file
BIN
tools/fonts/built-titling.zip
Normal file
Binary file not shown.
BIN
tools/fonts/coolvetica.zip
Normal file
BIN
tools/fonts/coolvetica.zip
Normal file
Binary file not shown.
BIN
tools/fonts/fatcow.zip
Normal file
BIN
tools/fonts/fatcow.zip
Normal file
Binary file not shown.
BIN
tools/fonts/steelfish.zip
Normal file
BIN
tools/fonts/steelfish.zip
Normal file
Binary file not shown.
21
tools/readme.md
Normal file
21
tools/readme.md
Normal 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/
|
Loading…
Reference in New Issue
Block a user