ftphikari
ftphikari
but is still there
This also affects `u128`
this bug is still present
I think it would be a good idea to add functions that take string and length, all other languages besides C that use bindings to SDL have string types with...
> But I think the fonts can have both vector and png at some various size. Then it would be nice if i could tell which glyph was png and...
> maybe if TTF_FontFaceIsFixedWidth() is true then this is PNG (or something else fixed?) otherwise vector Yeah, maybe it is a png, or maybe it is a monospaced font. So...
This bug still persists.
Cautionary note: the library that will be overridden needs to be located at the place of the file that calls for an override, not in the place where the library...
> However, the compiler error message is highly confusing and should be corrected (so maybe keep this Issue open). Yes, that is indeed the issue, not my syntax, but the...
Updated code: ```odin package bug2 import win32 "core:sys/windows" backbuffer: win32.BITMAPINFO main :: proc() { backbuffer.bmiHeader.biSize = size_of(win32.BITMAPINFO.bmiHeader) } ```