isCidFont property

bool get isCidFont

Whether this font is written as a CID /Type0 font.

Consumers must key off this rather than font.unicode, which only reports the sfnt version tag and stays true even when the simple /TrueType path is taken. PdfFontDescriptor needs it to pick symbolic vs nonsymbolic.

Implementation

bool get isCidFont => _useType0;