HeadTable
public struct HeadTable
Represents an OpenType head
table.
-
Creates a
head
table representation from the specified typeface.Declaration
Swift
public init?(typeface: Typeface)
Parameters
typeface
The typeface for accessing the data of the table.
-
Undocumented
Declaration
Swift
public var version: Int32 { get }
-
Undocumented
Declaration
Swift
public var fontRevision: Int32 { get }
-
Undocumented
Declaration
Swift
public var checkSumAdjustment: UInt32 { get }
-
Undocumented
Declaration
Swift
public var magicNumber: UInt32 { get }
-
Undocumented
Declaration
Swift
public var flags: UInt16 { get }
-
Undocumented
Declaration
Swift
public var unitsPerEm: UInt16 { get }
-
Undocumented
Declaration
Swift
public var created: Int64 { get }
-
Undocumented
Declaration
Swift
public var modified: Int64 { get }
-
Undocumented
Declaration
Swift
public var xMin: Int16 { get }
-
Undocumented
Declaration
Swift
public var yMin: Int16 { get }
-
Undocumented
Declaration
Swift
public var xMax: Int16 { get }
-
Undocumented
Declaration
Swift
public var yMax: Int16 { get }
-
Undocumented
Declaration
Swift
public var macStyle: UInt16 { get }
-
Undocumented
Declaration
Swift
public var lowestRecPPEM: UInt16 { get }
-
Undocumented
Declaration
Swift
public var fontDirectionHint: Int16 { get }
-
Undocumented
Declaration
Swift
public var indexToLocFormat: Int16 { get }
-
Undocumented
Declaration
Swift
public var glyphDataFormat: Int16 { get }