Files
WickedEngine/Editor/EmbeddedResources.cpp
T
Turánszki János 3fbb10b6b5 Font changes (#680)
- 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
2023-05-21 21:15:21 +02:00

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);