TtfEncodingParameters
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.font.IEncodingParameters
public class TtfEncodingParameters implements IEncodingParameters
Stellt TTF-Codierungsparameter dar. Sollte verwendet werden, um eine bestimmte Codierung von einer TTF-Schrift anzufordern.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| TtfEncodingParameters(int platformId, int platformSpecificId) | Initialisiert eine neue Instanz der Klasse TtfEncodingParameters. |
Methoden
| Methode | Beschreibung |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getPlatformId() | Ruft den PlatformId-Wert ab. |
| getPlatformSpecificId() | Ruft den PlatformSpecificId-Wert ab. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setPlatformId(int value) | Setzt den PlatformId-Wert. |
| setPlatformSpecificId(int value) | Setzt den PlatformSpecificId-Wert. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
TtfEncodingParameters(int platformId, int platformSpecificId)
public TtfEncodingParameters(int platformId, int platformSpecificId)
Initialisiert eine neue Instanz der Klasse TtfEncodingParameters. Nimmt Platform Id und Platform-spezifische Codierungs-ID als Parameter. Diese Parameter werden verwendet, um eine spezielle CMap-Untertabelle aus der Haupt‑CMap‑Tabelle der Schrift anzufordern, siehe Tabelle ‘CMap’, ’name’ in der OpenType-Schriftdateispezifikation.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| platformId | int | Platform‑Id. |
| platformSpecificId | int | Platform‑spezifische Codierungs‑ID. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getPlatformId()
public int getPlatformId()
Ruft den PlatformId-Wert ab.
Returns: int – PlatformId-Wert.
getPlatformSpecificId()
public int getPlatformSpecificId()
Ruft den PlatformSpecificId-Wert ab.
Returns: int – PlatformSpecificId-Wert.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setPlatformId(int value)
public void setPlatformId(int value)
Setzt den PlatformId-Wert.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | int | PlatformId-Wert. |
setPlatformSpecificId(int value)
public void setPlatformSpecificId(int value)
Setzt den PlatformSpecificId-Wert.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | int | PlatformSpecificId-Wert. |
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 | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |