Files
WickedEngine/Editor/stdafx.h
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

21 lines
422 B
C++

#pragma once
#include <string>
#include <cassert>
#include <cmath>
#include <deque>
#include <limits>
#include <filesystem>
#include <mutex>
#include <limits>
#include <fstream>
#include <istream>
#include <streambuf>
#include <unordered_map>
#include "WickedEngine.h"
#include "Editor.h"
// Linked externally from EmbeddedResources.cpp:
extern const uint8_t font_awesome_v6[];
extern const size_t font_awesome_v6_size;