Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiaspujado/fonts-4-wow
Basic World of Warcraft addon, meant to offer fonts for the UI.
https://github.com/matiaspujado/fonts-4-wow
addon font-addon fonts world-of-warcraft world-of-warcraft-addon wow
Last synced: 30 days ago
JSON representation
Basic World of Warcraft addon, meant to offer fonts for the UI.
- Host: GitHub
- URL: https://github.com/matiaspujado/fonts-4-wow
- Owner: MatiasPujado
- License: gpl-3.0
- Created: 2024-08-10T01:45:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:06:38.000Z (4 months ago)
- Last Synced: 2024-08-11T06:46:52.752Z (4 months ago)
- Topics: addon, font-addon, fonts, world-of-warcraft, world-of-warcraft-addon, wow
- Language: Lua
- Homepage:
- Size: 2.16 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fonts-4-WoW
## Custom selection of fonts for World of Warcraft
Use GetBuildInfo() method to verify the 'major.minor' version number. Run the following command in the chat window:
```ecmascript 6
/run print((select(4, GetBuildInfo())))
```Another way to get the version number is:
```ecmascript 6
/dump select(4, GetBuildInfo())
```