OS2Table
public struct OS2Table
Represents an OpenType OS/2
table.
-
Creates a
OS/2
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: UInt16 { get }
-
Undocumented
Declaration
Swift
public var xAvgCharWidth: Int16 { get }
-
Undocumented
Declaration
Swift
public var usWeightClass: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usWidthClass: UInt16 { get }
-
Undocumented
Declaration
Swift
public var fsType: UInt16 { get }
-
Undocumented
Declaration
Swift
public var ySubscriptXSize: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySubscriptYSize: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySubscriptXOffset: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySubscriptYOffset: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySuperscriptXSize: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySuperscriptYSize: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySuperscriptXOffset: Int16 { get }
-
Undocumented
Declaration
Swift
public var ySuperscriptYOffset: Int16 { get }
-
Undocumented
Declaration
Swift
public var yStrikeoutSize: Int16 { get }
-
Undocumented
Declaration
Swift
public var yStrikeoutPosition: Int16 { get }
-
Undocumented
Declaration
Swift
public var sFamilyClass: Int16 { get }
-
Undocumented
Declaration
Swift
public var panose: [UInt8] { get }
-
Undocumented
Declaration
Swift
public var ulUnicodeRange1: UInt32 { get }
-
Undocumented
Declaration
Swift
public var ulUnicodeRange2: UInt32 { get }
-
Undocumented
Declaration
Swift
public var ulUnicodeRange3: UInt32 { get }
-
Undocumented
Declaration
Swift
public var ulUnicodeRange4: UInt32 { get }
-
Undocumented
Declaration
Swift
public var achVendID: Int32 { get }
-
Undocumented
Declaration
Swift
public var fsSelection: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usFirstCharIndex: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usLastCharIndex: UInt16 { get }
-
Undocumented
Declaration
Swift
public var sTypoAscender: Int16 { get }
-
Undocumented
Declaration
Swift
public var sTypoDescender: Int16 { get }
-
Undocumented
Declaration
Swift
public var sTypoLineGap: Int16 { get }
-
Undocumented
Declaration
Swift
public var usWinAscent: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usWinDescent: UInt16 { get }
-
Undocumented
Declaration
Swift
public var ulCodePageRange1: UInt32 { get }
-
Undocumented
Declaration
Swift
public var ulCodePageRange2: UInt32 { get }
-
Undocumented
Declaration
Swift
public var sxHeight: Int16 { get }
-
Undocumented
Declaration
Swift
public var sCapHeight: Int16 { get }
-
Undocumented
Declaration
Swift
public var usDefaultChar: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usBreakChar: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usMaxContext: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usLowerOpticalPointSize: UInt16 { get }
-
Undocumented
Declaration
Swift
public var usUpperOpticalPointSize: UInt16 { get }