Also support OpenType (.otf) fonts #25


  • Defect
Closed
  • Ketho17 created this issue Mar 28, 2017

    It looks like OpenType fonts are also supported by the game client, but they are not detected by the batch script

    http://www.mmo-champion.com/threads/2190055-ElvUI_CustomMedia-Addon

    for %%F in (..\SharedMedia_MyMedia\font\*.ttf) do (
    echo       %%~nF
    echo LSM:Register("font", "%%~nF", [[Interface\Addons\SharedMedia_MyMedia\font\%%~nxF]]^) >> ..\SharedMedia_MyMedia\MyMedia.lua
    )
  • Ketho17 added a tag Defect Mar 28, 2017
  • Ketho17 edited title and description Mar 28, 2017
  • Ketho17 closed issue Jun 22, 2020

To post a comment, please login or register a new account.