Skip to content

Commit

Permalink
Fix a comment (ForNeVeR#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 29, 2018
1 parent a94c358 commit 78d624e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/WpfMath/CharSymbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ protected sealed override Box CreateBoxCore(TexEnvironment environment)
public bool IsSupportedByFont(ITeXFont font, TexStyle style) =>
this.GetCharInfo(font, style).IsSuccess;

/// <summary>
/// Returns the symbol rendered by font. Throws an exception if the symbol is not supported by font. Always
/// succeed if <see cref="IsSupportedByFont"/>.
/// </summary>
/// <summary>Returns the symbol rendered by font.</summary>
public abstract Result<CharFont> GetCharFont(ITeXFont texFont);
}
}

0 comments on commit 78d624e

Please sign in to comment.