This commit is contained in:
Mikulas Florek 2018-01-26 10:24:29 +01:00
parent 0008e0d98e
commit f6b5c49f0f

View file

@ -16,7 +16,7 @@ struct FontAtlas;
typedef unsigned short Wchar;
struct FontConfig
struct LUMIX_RENDERER_API FontConfig
{
void* FontData; // // TTF data
int FontDataSize; // // TTF data size
@ -37,7 +37,7 @@ struct FontConfig
FontConfig();
};
struct Font
struct LUMIX_RENDERER_API Font
{
struct Glyph
{
@ -88,7 +88,7 @@ struct Font
};
struct FontAtlas
struct LUMIX_RENDERER_API FontAtlas
{
FontAtlas(IAllocator& allocator);
~FontAtlas();