guides:createafont
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:createafont [2023/10/10 16:51] – admin | guides:createafont [2023/10/10 23:54] (current) – [Recipe] discord | ||
---|---|---|---|
Line 11: | Line 11: | ||
* A C++ compiler | * A C++ compiler | ||
* Cmake | * Cmake | ||
- | * tinyxml2 (install using your package manager, it's '' | + | * tinyxml2 (install using your package manager, it's '' |
===== Recipe ===== | ===== Recipe ===== | ||
Line 27: | Line 27: | ||
</ | </ | ||
- Copy the generated '' | - Copy the generated '' | ||
- | - Edit line this line in '' | + | - Edit line the lines that look like this line in '' |
# replace the " | # replace the " | ||
- | variable font [font load " | + | [...] {font " |
+ | </ | ||
+ | - To use it in programs, do so: <file tcl> | ||
+ | # using a wish | ||
+ | Wish $this is labelled " | ||
+ | # using display | ||
+ | Display:: | ||
</ | </ |
guides/createafont.1696956666.txt.gz · Last modified: 2023/10/10 16:51 by admin