We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818fc0 commit 4d532faCopy full SHA for 4d532fa
1 file changed
kauai/src/gfxsdl.cpp
@@ -588,6 +588,7 @@ void GPT::DrawRgch(const achar *prgch, int32_t cch, PTS pts, GDD *pgdd, DSF *pds
588
stnText.SetRgch(prgch, cch);
589
590
// Draw text
591
+ // TODO: Convert string from CP1252 to a character set supported by SDL_TTF
592
surRendered = TTF_RenderText_Solid(ttfFont, stnText.Psz(), sdlcFore);
593
Assert(surRendered != pvNil, "TTF_RenderText failed");
594
0 commit comments