TtfGlyfTable

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

public class TtfGlyfTable extends TtfTableBase

يمثل جدول “glyf” لملف خط TTF.

الطرق

طريقةالوصف
containsGlyph(int glyphIndex)يرجع true في حال كان الجدول يحتوي على glyph مع glyphIndex.
equals(Object arg0)
getClass()
getGlyph(long glyphIndex)يرجع glyph حسب فهرس glyph.
getOffset()يحصل على الإزاحة من بداية sfnt.
getTag()يحصل على علامة الجدول.
getTtfTables()مرجع إلى مستودع جدول TTF.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

containsGlyph(int glyphIndex)

public boolean containsGlyph(int glyphIndex)

يرجع true في حال كان الجدول يحتوي على glyph مع glyphIndex.

Parameters:

معاملنوعالوصف
glyphIndexintفهرس الرمز.

Returns: boolean - True إذا كان الجدول يحتوي على glyph للفهرس المحدد، false غير ذلك.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getGlyph(long glyphIndex)

public Glyph getGlyph(long glyphIndex)

يرجع glyph حسب فهرس glyph.

Parameters:

معاملنوعالوصف
glyphIndexlongفهرس الرمز.

Returns: Glyph - Glyph Glyph related to index specified.

getOffset()

public long getOffset()

يحصل على الإزاحة من بداية sfnt.

Returns: long - إزاحة من بداية sfnt.

getTag()

public static String getTag()

يحصل على علامة الجدول.

Returns: java.lang.String - علامة الجدول.

getTtfTables()

public TtfTableRepository getTtfTables()

مرجع إلى مستودع جدول TTF.

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:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int