Interface ICffIndexDataProvider

ICffIndexDataProvider interface

Basic interface for accessing INDEX structures of CFF fonts.

public interface ICffIndexDataProvider

Properties

NameDescription
Count { get; }The number of objects in the CFF INDEX structure.

Methods

NameDescription
GetRawBytes()Gets all the bytes of the CFF INDEX structure.

See Also