CFFResult
class CFFResult(val charstringsIndex: TtfCIDFont.CFF.DataIndex, val globalSubrIndex: TtfCIDFont.CFF.DataIndex, val localSubrsIndex: TtfCIDFont.CFF.DataIndex, val privateDict: Map<TtfCIDFont.CFF.Op, List<Number>>)
Constructors
Link copied to clipboard
constructor(charstringsIndex: TtfCIDFont.CFF.DataIndex, globalSubrIndex: TtfCIDFont.CFF.DataIndex, localSubrsIndex: TtfCIDFont.CFF.DataIndex, privateDict: Map<TtfCIDFont.CFF.Op, List<Number>>)