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