pixie/tests/fonts_megatest.nim

12 lines
285 B
Nim
Raw Normal View History

2021-05-02 19:51:58 +00:00
import common, pixie, flatty/memoryused
2021-04-27 03:45:32 +00:00
# Clone https://github.com/google/fonts
# Check out commit ebaa6a7aab9b700da4e30a4682687acdf427eae7
let fontPaths = findAllFonts("../fonts")
for fontPath in fontPaths:
echo fontPath
let font = readFont(fontPath)
2021-05-02 19:51:58 +00:00
# echo memoryUsed(font)