ImageSharp/SixLabors.Fonts/Tables/Table.cs
2026-08-03 22:31:27 +02:00

12 lines
250 B
C#

// Copyright (c) Six Labors.
// Licensed under the Six Labors Split License.
namespace SixLabors.Fonts.Tables {
/// <summary>
/// The base class for all OpenType font tables.
/// </summary>
internal abstract class Table
{
}
}