ppsspp/Common/Render/Text
2024-01-29 12:34:44 +01:00
..
draw_text.cpp SDL: implement TextDrawer using SDL2_ttf 2023-07-25 13:05:32 +08:00
draw_text.h Move text rendering to Common. 2020-10-05 00:05:28 +02:00
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 Remove some logspam on SDL builds 2024-01-29 12:34:44 +01:00
draw_text_sdl.h SDL: Add more fallback font names, greatly speed up fallback font handling 2024-01-20 11:22:05 +01: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 Move text rendering to Common. 2020-10-05 00:05:28 +02:00
draw_text_win.cpp Add string_view support to more UTF functions 2024-01-12 14:03:02 +01:00
draw_text_win.h Move text rendering to Common. 2020-10-05 00:05:28 +02:00