Lumenarium/gs_libs/gs_win32.h

24 lines
365 B
C

//
// File: gs_win32.h
// Author: Peter Slattery
// Creation Date: 2020-01-01
//
#ifndef GS_WIN32_H
#ifndef GS_WIN32_H
struct platform_font_info
{
s32 PixelHeight;
s32 Ascent, Descent, Leading;
s32 MaxCharWidth;
s32 CodepointStart;
s32 CodepointOnePastLast;
};
#define GS_WIN32_H
#endif // GS_WIN32_H
#define GS_WIN32_H
#endif // GS_WIN32_H