Font loading progress
This commit is contained in:
13
src/dawnshared/display/font/truetype/NewTrueTypeShared.hpp
Normal file
13
src/dawnshared/display/font/truetype/NewTrueTypeShared.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2023 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "util/flag.hpp"
|
||||
|
||||
#define NEW_TRUETYPE_CHAR_BEGIN 32
|
||||
#define NEW_TRUETYPE_CHAR_END 192
|
||||
|
||||
#define NEW_TRUETYPE_VARIANT_BOLD FLAG_DEFINE(0)
|
||||
#define NEW_TRUETYPE_VARIANT_ITALICS FLAG_DEFINE(1)
|
Reference in New Issue
Block a user