TtfCffTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfCffTable extends TtfTableBase
Representerar “cff”-tabell i TTF-typsnittsfilen.
Metoder
| Metod | Beskrivning |
|---|---|
| equals(Object arg0) | |
| getCffSource() | Råa byte för konturer i Compact Font Format-representation. |
| getClass() | |
| getOffset() | Hämtar förskjutning från början av sfnt. |
| getTag() | Hämtar tabellens tagg. |
| getTtfTables() | Referens till TTF-tabellarkivet. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setCffSource(StreamSource streamSource) | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getCffSource()
public StreamSource getCffSource()
Råa byte för konturer i Compact Font Format-representation.
Returns: StreamSource - Raw bytes for outlines in Compact Font Format representation.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getOffset()
public long getOffset()
Hämtar förskjutning från början av sfnt.
Returns: long - Förskjutning från början av sfnt.
getTag()
public static String getTag()
Hämtar tabellens tagg.
Returns: java.lang.String - Tabellens tagg.
getTtfTables()
public TtfTableRepository getTtfTables()
Referens till TTF-tabellarkivet.
Returns: TtfTableRepository - Reference to TTF table repository.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCffSource(StreamSource streamSource)
public void setCffSource(StreamSource streamSource)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| streamSource | StreamSource |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long | |
| arg1 | int |