TtfCMapTable

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

public class TtfCMapTable extends TtfTableBase

Representerar “cmap”-tabell i TTF-typsnittsfilen.

Metoder

MetodBeskrivning
equals(Object arg0)
findUnicodeTable()Söker och returnerar unicode CMap.
getAllSubtables()Returnerar alla deltabeller från CMap-tabellen.
getClass()
getOffset()Hämtar förskjutning från början av sfnt.
getPlatformTables(int platformId, int platformSpecificId)Returnerar CMap-deltabeller för planformId och platformSpecificId.
getTag()Hämtar tabellens tagg.
getTtfTables()Referens till TTF-tabellarkivet.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeskrivning
arg0java.lang.Object

Returns: boolean

findUnicodeTable()

public TtfCMapFormatBaseTable findUnicodeTable()

Söker och returnerar unicode CMap. om det finns ucs-4 CMap - returneras den först; annars - returneras någon unicode CMap som kan hittas.

Returns: TtfCMapFormatBaseTable - Unicode subtable.

getAllSubtables()

public TtfCMapTable.TtfCMapSubtableDescription[] getAllSubtables()

Returnerar alla deltabeller från CMap-tabellen.

Returns: com.aspose.font.TtfCMapTable.TtfCMapSubtableDescription[] - array av TtfCmapSubtableDescription-objekt

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.

getPlatformTables(int platformId, int platformSpecificId)

public TtfCMapFormatBaseTable[] getPlatformTables(int platformId, int platformSpecificId)

Returnerar CMap-deltabeller för planformId och platformSpecificId.

Parameters:

ParameterTypBeskrivning
platformIdintPlattforms-ID.
platformSpecificIdintPlattformspecifik kodnings-ID.

Returns: com.aspose.font.TtfCMapFormatBaseTable[] - CMap-deltabeller.

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()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypBeskrivning
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeskrivning
arg0long
arg1int