change FontSize to float

main
cosmonaut 2022-04-13 10:10:55 -07:00
parent 1d29f41071
commit 38a0d66e78
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace WellspringCS
[StructLayout(LayoutKind.Sequential)]
public struct FontRange
{
uint FontSize;
float FontSize;
uint FirstCodepoint;
uint NumChars;
byte OversampleH;