Mercurial > games > semicongine
comparison tests/test_text.nim @ 1427:676fc13685a9
did: restructure files and imports
author | sam <sam@basx.dev> |
---|---|
date | Sat, 11 Jan 2025 14:04:39 +0700 |
parents | 3b8a736c45a7 |
children | ab01c577d91c |
comparison
equal
deleted
inserted
replaced
1426:075e4197bc95 | 1427:676fc13685a9 |
---|---|
8 import std/options | 8 import std/options |
9 import std/random | 9 import std/random |
10 import std/unicode | 10 import std/unicode |
11 | 11 |
12 import ../semicongine | 12 import ../semicongine |
13 import ../semicongine/rendering | |
14 import ../semicongine/text | |
15 import ../semicongine/input | |
16 import ../semicongine/font | |
13 | 17 |
14 const MAX_CODEPOINTS = 200 | 18 const MAX_CODEPOINTS = 200 |
15 const FONTNAME = "Overhaul.ttf" | 19 const FONTNAME = "Overhaul.ttf" |
16 # const FONTNAME = "DejaVuSans.ttf" | 20 # const FONTNAME = "DejaVuSans.ttf" |
17 | 21 |