Compare commits
2 Commits
827b9fc902
...
e9baf01af0
Author | SHA1 | Date | |
---|---|---|---|
e9baf01af0 | |||
e238a7aa57 |
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user