TtfCffTable

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

public class TtfCffTable extends TtfTableBase

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

الطرق

طريقةالوصف
equals(Object arg0)
getCffSource()بايتات خام للخطوط الخارجية في تمثيل Compact Font Format.
getClass()
getOffset()يحصل على الإزاحة من بداية sfnt.
getTag()يحصل على علامة الجدول.
getTtfTables()مرجع إلى مستودع جدول TTF.
hashCode()
notify()
notifyAll()
setCffSource(StreamSource streamSource)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

Returns: boolean

getCffSource()

public StreamSource getCffSource()

بايتات خام للخطوط الخارجية في تمثيل Compact Font Format.

Returns: StreamSource - Raw bytes for outlines in Compact Font Format representation.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

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

setCffSource(StreamSource streamSource)

public void setCffSource(StreamSource streamSource)

Parameters:

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

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