mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Font system refactor, use pre-rendered fonts
This commit is contained in:
19
PortabilityLayer/FontFamilyID.h
Normal file
19
PortabilityLayer/FontFamilyID.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
namespace FontFamilyIDs
|
||||
{
|
||||
enum FontFamilyID
|
||||
{
|
||||
kSystem,
|
||||
kApplication,
|
||||
kMonospace,
|
||||
kHandwriting,
|
||||
|
||||
kCount
|
||||
};
|
||||
}
|
||||
|
||||
typedef FontFamilyIDs::FontFamilyID FontFamilyID_t;
|
||||
}
|
Reference in New Issue
Block a user