Compare commits

...

2 Commits

Author SHA1 Message Date
e9baf01af0 Update rc version.
All checks were successful
Build / build (push) Successful in 2m11s
2024-06-21 12:46:53 +03:00
e238a7aa57 Fix incorrect ABI for GlyphSlotInteral on windows. 2024-06-21 12:46:34 +03:00
2 changed files with 3 additions and 3 deletions

@ -11,7 +11,7 @@
<!-- Nuget Properties. -->
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>ReFuel.FreeType</PackageId>
<Version>0.1.0-rc.2</Version>
<Version>0.1.0-rc.3</Version>
<Authors>FreeType Authors, H. Utku Maden</Authors>
<Description>
A C# wrapper for the FreeType font loading library.

@ -112,8 +112,8 @@ namespace ReFuel.FreeType
public uint GlyphIndex;
public FTGeneric Generic;
public FTGlyphMetrics Metrics;
public long LinearHorizontalAdvance;
public long LinearVerticalAdvance;
public int LinearHorizontalAdvance;
public int LinearVerticalAdvance;
public FTVector Advance;
public int Format;
public FTBitmap Bitmap;