CffFontsSettings
Innehåll
[
Dölj
]Inheritance: java.lang.Object
public class CffFontsSettings
Tillhandahåller inställningar gemensamma för CFF-typsnitt.
Konstruktörer
| Konstruktor | Beskrivning |
|---|---|
| CffFontsSettings() | Konstruktor |
Metoder
| Metod | Beskrivning |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getUpdateStringsStrategy() | Hämtar strategin för att uppdatera strängar i CFF String INDEX‑strukturen. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy) | Specificerar strategin för att uppdatera strängar i CFF String INDEX‑strukturen. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
CffFontsSettings()
public CffFontsSettings()
Konstruktor
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getUpdateStringsStrategy()
public CffUpdateStringIndexStrategy getUpdateStringsStrategy()
Hämtar strategin för att uppdatera strängar i CFF String INDEX‑strukturen. Alternativet AddStringAsIs används som standard.
Returns: CffUpdateStringIndexStrategy
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)
public void setUpdateStringStrategy(CffUpdateStringIndexStrategy updateStringsStrategy)
Specificerar strategin för att uppdatera strängar i CFF String INDEX‑strukturen.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| updateStringsStrategy | CffUpdateStringIndexStrategy |
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 |