Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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())
```