kwilcz/Antario

[deleted]

Opened this issue · 12 comments

[deleted]

Same here but it draws everything else except text and checkboxes

getting the same issue, any fix?

Maybe try removing d3d9ex option and using fullscreen windowed instead.

i guess this needs to be fixed since new csgo update enables the launch option automatically. tho you can disable it with "-disable_d3d9ex"

#98 i made a pull request regarded to this issue, please check it out whether this works(didnt test by myself)

Should work, altough I have no way of checking that now. Will leave open for a day or two, maybe someone will be able to test it.

Reverted for now, seems like freetyme needs more work.

Temporary fix (tested on one font) - change bitmap allignment to 128bytes
FT_Bitmap_Convert(ftLibrary, &ftFace->glyph->bitmap, &bmp, 4 -> 128);