3fbb10b6b5
- font renderer DPI scale change handling - Editor: user fonts will be loaded from fonts folder, config.ini can override default font, removed yumin embedded font, added NotoSans CJK font to support Chinese, Janpanese and Korean characters with one file
5 lines
126 B
C++
5 lines
126 B
C++
#include "stdafx.h"
|
|
|
|
#include "FontAwesomeV6.h" // font TTF data
|
|
const size_t font_awesome_v6_size = sizeof(font_awesome_v6);
|