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