public class TtfCffTable extends TtfTableBase
Represents "cff" table of the TTF Font file.
| Modifier and Type | Method and Description |
|---|---|
StreamSource |
getCffSource()
Raw bytes for outlines in Compact Font Format representation.
|
static String |
getTag()
Gets table tag.
|
void |
setCffSource(StreamSource streamSource) |
getLength, getOffset, getTtfTablespublic static String getTag()
Gets table tag.
public StreamSource getCffSource()
Raw bytes for outlines in Compact Font Format representation.
public void setCffSource(StreamSource streamSource)
Copyright © 2025 Aspose. All Rights Reserved.