1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Improve text legibility by drawing text shadow.

This commit is contained in:
Bartosz Taudul
2017-11-25 15:45:16 +01:00
parent 71ad3c3b0c
commit cd26a6f8ff
2 changed files with 19 additions and 11 deletions
+2
View File
@@ -124,6 +124,8 @@ private:
const char* ShortenNamespace( const char* name ) const;
void DrawTextContrast( ImDrawList* draw, const ImVec2& pos, uint32_t color, const char* text );
void DrawImpl();
void DrawConnection();
void DrawFrames();