isTrueType property

bool get isTrueType

Whether the font uses a glyf table (TrueType) vs CFF (OpenType/CFF).

Implementation

bool get isTrueType => _tableOffsets.containsKey('glyf');