ppsspp/Common/Render/Text
2023-08-23 13:39:16 +08:00
..
draw_text.cpp SDL: implement TextDrawer using SDL2_ttf 2023-07-25 13:05:32 +08:00
draw_text.h
draw_text_android.cpp Windows UWP: Enable color emoji rendering through DirectWrite 2023-08-06 17:25:20 +02:00
draw_text_android.h Android: Make font rendering work even absent support for R4G4B4A4 textures. 2023-02-28 00:01:29 +01:00
draw_text_qt.cpp Fix Qt build by simply moving the offending file to the native project. No idea why Qt include paths only work there. 2020-10-05 10:36:57 +02:00
draw_text_qt.h Fix Qt build by simply moving the offending file to the native project. No idea why Qt include paths only work there. 2020-10-05 10:36:57 +02:00
draw_text_sdl.cpp SDL: let's not remove the candidate fallback fonts 2023-08-23 13:39:16 +08:00
draw_text_sdl.h SDL: address comments on #17780 2023-07-30 16:25:36 +08:00
draw_text_uwp.cpp Windows UWP: Enable color emoji rendering through DirectWrite 2023-08-06 17:25:20 +02:00
draw_text_uwp.h
draw_text_win.cpp Add support for line breaks in TextDrawerWin32::MeasureString. Sometimes useful. 2023-07-16 21:58:47 +02:00
draw_text_win.h