mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-06 15:16:14 +00:00
9 lines
112 B
C
9 lines
112 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "EGpFontHandlerType.h"
|
||
|
|
|
||
|
|
struct GpFontHandlerProperties
|
||
|
|
{
|
||
|
|
EGpFontHandlerType m_type;
|
||
|
|
};
|