TtfCffTable

Inheritance: java.lang.Object, com.aspose.font.TtfTableBase

public class TtfCffTable extends TtfTableBase

Represents “cff” table of the TTF Font file.

Methods

MethodDescription
getTag()Gets table tag.
getCffSource()Raw bytes for outlines in Compact Font Format representation.

getTag()

public static String getTag()

Gets table tag.

Returns: java.lang.String - Table tag.

getCffSource()

public StreamSource getCffSource()

Raw bytes for outlines in Compact Font Format representation.

Returns: StreamSource - Raw bytes for outlines in Compact Font Format representation.