Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct PrimitiveIterator<Element> : IteratorProtocol
-
Undocumented
See moreDeclaration
Swift
public struct PrimitiveCollection<Element> : RandomAccessCollection
-
Undocumented
See moreDeclaration
Swift
public struct ColorPalette
-
Represents font named style.
See moreDeclaration
Swift
public struct NamedStyle
-
Represents font variation axis.
See moreDeclaration
Swift
public struct VariationAxis
-
An SFNT tag value type.
See moreDeclaration
Swift
public struct SFNTTag : RawRepresentable
extension SFNTTag: ExpressibleByStringLiteral
extension SFNTTag: CustomStringConvertible
extension SFNTTag: Hashable
-
Represents an OpenType
See morehhea
table.Declaration
Swift
public struct HHEATable
-
Represents an OpenType
See morehead
table.Declaration
Swift
public struct HeadTable
-
Represents an OpenType
See morename
table.Declaration
Swift
public struct NameTable
-
Represents an OpenType
See moreOS/2
table.Declaration
Swift
public struct OS2Table
-
A bidi run represents a sequence of characters which have the same embedding level. The direction of run is considered right-to-left, if its embedding level is odd.
See moreDeclaration
Swift
public struct BidiRun
-
Represents a pair of a unicode code point at a specific index in source string.
See moreDeclaration
Swift
public struct BidiPair
-
A script run represents a sequence of characters which have the same script.
See moreDeclaration
Swift
public struct ScriptRun