Skip to content

Commit

Permalink
Corrected Glyph.Advance type
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbzsb committed Mar 22, 2015
1 parent 9f46a4d commit 659feb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/Glyph.cs
Expand Up @@ -14,7 +14,7 @@ namespace Graphics
public struct Glyph
{
/// <summary>Offset to move horizontically to the next character</summary>
public int Advance;
public float Advance;

/// <summary>Bounding rectangle of the glyph, in coordinates relative to the baseline</summary>
public FloatRect Bounds;
Expand Down

0 comments on commit 659feb9

Please sign in to comment.