2019-07-19 20:56:21 +00:00
|
|
|
#ifndef GS_WIN32_H
|
|
|
|
|
2019-07-22 06:30:53 +00:00
|
|
|
struct platform_font_info
|
2019-07-19 20:56:21 +00:00
|
|
|
{
|
2019-07-22 06:30:53 +00:00
|
|
|
s32 PixelHeight;
|
|
|
|
s32 Ascent, Descent, Leading;
|
|
|
|
s32 MaxCharWidth;
|
|
|
|
s32 CodepointStart;
|
|
|
|
s32 CodepointOnePastLast;
|
2019-07-19 20:56:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#define GS_WIN32_H
|
|
|
|
#endif // GS_WIN32_H
|