HHEATable
public struct HHEATable
Represents an OpenType hhea table.
-
Creates a
hheatable representation from the specified typeface.Declaration
Swift
public init?(typeface: Typeface)Parameters
typefaceThe typeface for accessing the data of the table.
-
Undocumented
Declaration
Swift
public var version: Int32 { get } -
Undocumented
Declaration
Swift
public var ascender: Int16 { get } -
Undocumented
Declaration
Swift
public var descender: Int16 { get } -
Undocumented
Declaration
Swift
public var lineGap: Int16 { get } -
Undocumented
Declaration
Swift
public var advanceWidthMax: UInt16 { get } -
Undocumented
Declaration
Swift
public var minLeftSideBearing: Int16 { get } -
Undocumented
Declaration
Swift
public var minRightSideBearing: Int16 { get } -
Undocumented
Declaration
Swift
public var xMaxExtent: Int16 { get } -
Undocumented
Declaration
Swift
public var caretSlopeRise: Int16 { get } -
Undocumented
Declaration
Swift
public var caretSlopeRun: Int16 { get } -
Undocumented
Declaration
Swift
public var caretOffset: Int16 { get } -
Undocumented
Declaration
Swift
public var metricDataFormat: Int16 { get } -
Undocumented
Declaration
Swift
public var numberOfHMetrics: UInt16 { get }
View on GitHub
Install in Dash
HHEATable Structure Reference