Skip to content

Commit 0ba2d56

Browse files
committed
Cleanup: Removed unused interface
1 parent 05698e9 commit 0ba2d56

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/EPPlus.Fonts.OpenType/Integration/TextFragment.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ Date Author Change
1818

1919
namespace EPPlus.Fonts.OpenType.Integration
2020
{
21-
22-
public interface IFragInfo
23-
{
24-
public double AscentPoints { get; }
25-
public double DescentPoints { get; }
26-
27-
public float Size { get; }
28-
}
29-
3021
/// <summary>
3122
/// Represents a text fragment with specific font properties.
3223
/// </summary>

0 commit comments

Comments
 (0)