13rac1 / emojione-color-font

End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Other
915 stars 48 forks source link

[Windows] Font-Cache When Replacing Segoe UI Emoji #84

Closed ghost closed 6 years ago

ghost commented 7 years ago

You probably need to add this to the installation batch: github.com/eladkarako/fonts-windows/blob/master/font_cache_fix.cmd

13rac1 commented 6 years ago

Thank you! Do I just run this? Any interest in PRing it to https://github.com/eosrei/twemoji-color-font ?

ghost commented 6 years ago

Do I just run this?

Appending:

del /f /q   "%SystemRoot%\System32\FNTCACHE.DAT"     2>nul >nul
del /f /q   "%SystemRoot%\SysWOW64\FNTCACHE.DAT"     2>nul >nul
del /f /q   "%SystemRoot%\System32\StaticCache.dat"  2>nul >nul
del /f /q   "%SystemRoot%\SysWOW64\StaticCache.dat"  2>nul >nul

to the end of the installation batch-file should be good-enough.

Any interest in PRing

nope. ^_^