From 9d62a80dc7d5f339d5384bfb4d2954087151409c Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 7 Dec 2023 23:49:59 -0800 Subject: [PATCH] add distanceRange to CreateFont --- WellspringCS.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WellspringCS.cs b/WellspringCS.cs index 5de4f3d..1e1764e 100644 --- a/WellspringCS.cs +++ b/WellspringCS.cs @@ -104,7 +104,8 @@ namespace WellspringCS uint fontBytesLength, IntPtr atlasJsonBytes, uint atlasJsonBytesLength, - out float pixelsPerEm + out float pixelsPerEm, + out float distanceRange ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]