Namespace Ot.Gdef
Table Types
Constant Ot.Gdef.Tag = "GDEF"
Class Ot.Gdef.Table
Constructor
- new Ot.Gdef.Table()
Properties
- glyphClassDef?:Data.Maybe<Ot.Gdef.ClassDef>
- attachList?:Data.Maybe<Ot.Gdef.AttachPointList>
- ligCarets?:Data.Maybe<Ot.Gdef.LigCaretList>
- markAttachClassDef?:Data.Maybe<Ot.Gdef.ClassDef>
- markGlyphSets?:Data.Maybe<Ot.Gdef.Coverage[]>
Coverages and ClassDefs
Type Ot.Gdef.Coverage = Set<Ot.Glyph>
Type Ot.Gdef.ClassDef = Map<Ot.Glyph,number>
Attach Points
Type Ot.Gdef.AttachPoints = Ot.Glyph.PointIDRef[]
Type Ot.Gdef.AttachPointList = Map<Ot.Glyph,Ot.Gdef.AttachPoints>
Ligature Carets
Datatype Ot.Gdef.LigCaret
Properties
- readonly x:Ot.Var.Value
- readonly xDevice?:Data.Maybe<readonly number[]>
- readonly pointAttachment?:Data.Maybe<Ot.Gdef.PointIDRef>