add distanceRange to CreateFont
parent
82093d2b0d
commit
9d62a80dc7
|
@ -104,7 +104,8 @@ namespace WellspringCS
|
||||||
uint fontBytesLength,
|
uint fontBytesLength,
|
||||||
IntPtr atlasJsonBytes,
|
IntPtr atlasJsonBytes,
|
||||||
uint atlasJsonBytesLength,
|
uint atlasJsonBytesLength,
|
||||||
out float pixelsPerEm
|
out float pixelsPerEm,
|
||||||
|
out float distanceRange
|
||||||
);
|
);
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
|
Loading…
Reference in New Issue