0.3.0
parent
ac63d6c9b2
commit
f8872bae59
|
@ -36,7 +36,7 @@ namespace WellspringCS
|
||||||
// Version
|
// Version
|
||||||
|
|
||||||
public const uint WELLSPRING_MAJOR_VERSION = 0;
|
public const uint WELLSPRING_MAJOR_VERSION = 0;
|
||||||
public const uint WELLSPRING_MINOR_VERSION = 2;
|
public const uint WELLSPRING_MINOR_VERSION = 3;
|
||||||
public const uint WELLSPRING_PATCH_VERSION = 0;
|
public const uint WELLSPRING_PATCH_VERSION = 0;
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
@ -137,7 +137,7 @@ namespace WellspringCS
|
||||||
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern byte Wellspring_TextBounds(
|
public static extern byte Wellspring_TextBounds(
|
||||||
IntPtr textBatch,
|
IntPtr packer,
|
||||||
float x,
|
float x,
|
||||||
float y,
|
float y,
|
||||||
HorizontalAlignment horizontalAlignment,
|
HorizontalAlignment horizontalAlignment,
|
||||||
|
|
Loading…
Reference in New Issue