brand new font

This commit is contained in:
2025-06-28 21:09:29 +02:00
parent 687cfebd00
commit 2a74e87276
5 changed files with 101 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ void nni_gpu_set(nni_gpu *gpu, void *_, nn_component *component, nn_computer *co
}
int current = 0;
while(s[current]) {
while(s[current] != 0) {
int codepoint = nn_unicode_codepointAt(s, current);
nn_setPixel(gpu->currentScreen, x, y, nni_gpu_makePixel(gpu, s + current));
if(isVertical) {