From 38a0d66e78f592dad4f6e0030aa1c7aceafc6b04 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 13 Apr 2022 10:10:55 -0700 Subject: [PATCH] change FontSize to float --- WellspringCS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WellspringCS.cs b/WellspringCS.cs index d591f0a..9461a80 100644 --- a/WellspringCS.cs +++ b/WellspringCS.cs @@ -45,7 +45,7 @@ namespace WellspringCS [StructLayout(LayoutKind.Sequential)] public struct FontRange { - uint FontSize; + float FontSize; uint FirstCodepoint; uint NumChars; byte OversampleH;