System/Utilities/TrueType: Change pointer type to I32* for @stbtt_RenderText()
This commit is contained in:
parent
b01e1171a3
commit
bef1c78c5d
2 changed files with 6 additions and 4 deletions
|
@ -35,7 +35,7 @@ I32 @stbtt_InitFont(stbtt_fontinfo* info, U8* data, I32 offset)
|
|||
}
|
||||
}
|
||||
|
||||
U8* @stbtt_RenderText(stbtt_fontinfo* info, I32 b_w, I32 b_h, I32 l_h, U8* word)
|
||||
U8* @stbtt_RenderText(stbtt_fontinfo* info, I32 b_w, I32 b_h, I32 l_h, I32* word)
|
||||
{
|
||||
U64 reg RDI rdi = info;
|
||||
U64 reg RSI rsi = b_w;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue