Files
Aerofoil/GpCommon/GpRenderedFontMetrics.h

11 lines
128 B
C
Raw Permalink Normal View History

2020-09-12 14:01:51 -04:00
#pragma once
#include <stdint.h>
struct GpRenderedFontMetrics
{
int32_t m_ascent;
int32_t m_descent;
int32_t m_linegap;
};