add distanceRange to CreateFont
parent
82093d2b0d
commit
9d62a80dc7
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue