Skip to content

Commit a1aa87d

Browse files
committed
Add ellipsis to standard font.
1 parent 4226f78 commit a1aa87d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler/src/Fonts.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ void LoadFonts( float scale, ImFont*& cb_fixedWidth, ImFont*& cb_bigFont, ImFont
2121
0x03BC, 0x03BC, // micro
2222
0x03C3, 0x03C3, // small sigma
2323
0x2013, 0x2013, // en dash
24+
0x2026, 0x2026, // ellipsis
2425
0x2264, 0x2264, // less-than or equal to
2526
0,
2627
};

0 commit comments

Comments
 (0)