TtfGlyfTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfGlyfTable extends TtfTableBase
Representerar “glyf”-tabell i TTF-typsnittsfilen.
Metoder
| Metod | Beskrivning |
|---|---|
| containsGlyph(int glyphIndex) | Returnerar true om tabellen innehåller en glyf med glyphIndex. |
| equals(Object arg0) | |
| getClass() | |
| getGlyph(long glyphIndex) | Returnerar en glyf efter glyf‑index. |
| getOffset() | Hämtar förskjutning från början av sfnt. |
| getTag() | Hämtar tabellens tagg. |
| getTtfTables() | Referens till TTF-tabellarkivet. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
containsGlyph(int glyphIndex)
public boolean containsGlyph(int glyphIndex)
Returnerar true om tabellen innehåller en glyf med glyphIndex.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| glyphIndex | int | Glyfindex. |
Returns: boolean - True om tabellen innehåller en glyf för angivet index, annars false.
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
getGlyph(long glyphIndex)
public Glyph getGlyph(long glyphIndex)
Returnerar en glyf efter glyf‑index.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| glyphIndex | long | Glyfindex. |
Returns: Glyph - Glyph Glyph related to index specified.
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()
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 |