SDL_FontCache
SDL_FontCache copied to clipboard
Does not draw text with proper kerning/glyph spacing.
I recently discovered that the spacing between glyphs differs when I render text with raw SDL vs using FC. It seems that FC just renders glyphs using their bounding box sizes? Is there something I'm missing here? I haven't seen anyone else report this issue which I thought would have been an obvious error.