#include <bx/bx.h>
#include "../common.h"
#include <bgfx/bgfx.h>
#include <stb/stb_truetype.h>
#include "sdf.h"
#include <wchar.h>
#include <tinystl/allocator.h>
#include <tinystl/unordered_map.h>
#include <tinystl/vector.h>
#include "../cube_atlas.h"
#include "font_manager.h"
#include "utf8.h"
Go to the source code of this file.
◆ MAX_FONT_BUFFER_SIZE
#define MAX_FONT_BUFFER_SIZE (512 * 4 * 512 * 4 * 4) |
◆ SDF_IMPLEMENTATION
#define SDF_IMPLEMENTATION |
◆ STB_TRUETYPE_IMPLEMENTATION
#define STB_TRUETYPE_IMPLEMENTATION |
◆ BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC()
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC |
( |
4244 | | ) |
|