There's an interesting difference between CFX_Font::LoadFile(IFX_FileRead*
pFile):
FXFT_Set_Pixel_Sizes(m_Face, 0, 64);
and FT_LoadFont(FX_LPBYTE pData, int size):
error = FXFT_Set_Pixel_Sizes(face, 64, 64);
I guess LoadFile() should also pass 64 for the width.
Original issue reported on code.google.com by eb.mat...@gmail.com on 6 Aug 2014 at 8:53
Original issue reported on code.google.com by
eb.mat...@gmail.com
on 6 Aug 2014 at 8:53