comparison tests/test_text.nim @ 1429:ab01c577d91c

fix: some more import-stuff
author sam <sam@basx.dev>
date Sat, 11 Jan 2025 15:34:21 +0700
parents 676fc13685a9
children
comparison
equal deleted inserted replaced
1428:d16964858790 1429:ab01c577d91c
11 11
12 import ../semicongine 12 import ../semicongine
13 import ../semicongine/rendering 13 import ../semicongine/rendering
14 import ../semicongine/text 14 import ../semicongine/text
15 import ../semicongine/input 15 import ../semicongine/input
16 import ../semicongine/font 16 import ../semicongine/fonts
17 17
18 const MAX_CODEPOINTS = 200 18 const MAX_CODEPOINTS = 200
19 const FONTNAME = "Overhaul.ttf" 19 const FONTNAME = "Overhaul.ttf"
20 # const FONTNAME = "DejaVuSans.ttf" 20 # const FONTNAME = "DejaVuSans.ttf"
21 21