ICffIndexDataProvider

public interface ICffIndexDataProvider

Basic interface for accessing INDEX structures of CFF fonts.

Methods

MethodDescription
getCount()The number of objects in the CFF INDEX structure.
getRawBytes()Gets all the bytes of the CFF INDEX structure.

getCount()

public abstract int getCount()

The number of objects in the CFF INDEX structure.

Returns: int

getRawBytes()

public abstract byte[] getRawBytes()

Gets all the bytes of the CFF INDEX structure.

Returns: byte[] - Bytes of the CFF INDEX structure