change FontSize to float
parent
1d29f41071
commit
38a0d66e78
|
@ -45,7 +45,7 @@ namespace WellspringCS
|
||||||
[StructLayout(LayoutKind.Sequential)]
|
[StructLayout(LayoutKind.Sequential)]
|
||||||
public struct FontRange
|
public struct FontRange
|
||||||
{
|
{
|
||||||
uint FontSize;
|
float FontSize;
|
||||||
uint FirstCodepoint;
|
uint FirstCodepoint;
|
||||||
uint NumChars;
|
uint NumChars;
|
||||||
byte OversampleH;
|
byte OversampleH;
|
||||||
|
|
Loading…
Reference in New Issue