12 lines
250 B
C#
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
|
|
{
|
|
}
|
|
}
|