TtfEncodingParameters

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.font.IEncodingParameters

public class TtfEncodingParameters implements IEncodingParameters

يمثل معلمات ترميز TTF. يجب استخدامه لطلب ترميز محدد من خط TTF.

المنشئات

منشئالوصف
TtfEncodingParameters(int platformId, int platformSpecificId)يُهيئ نسخة جديدة من فئة TtfEncodingParameters.

الطرق

طريقةالوصف
equals(Object arg0)
getClass()
getPlatformId()احصل على قيمة PlatformId.
getPlatformSpecificId()يحصل على قيمة PlatformSpecificId.
hashCode()
notify()
notifyAll()
setPlatformId(int value)يضبط قيمة PlatformId.
setPlatformSpecificId(int value)يضبط قيمة PlatformSpecificId.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

TtfEncodingParameters(int platformId, int platformSpecificId)

public TtfEncodingParameters(int platformId, int platformSpecificId)

يُهيئ نسخة جديدة من فئة TtfEncodingParameters. يأخذ معرف المنصة (Platform Id) ومعرف الترميز الخاص بالمنصة كمعاملات. تُستخدم هذه المعاملات لطلب جدول فرعي خاص من CMap من جدول CMap الرئيسي للخط، راجع جدول ‘CMap’, ’name’ في مواصفات ملف خط OpenType.

Parameters:

معاملنوعالوصف
platformIdintمعرف المنصة.
platformSpecificIdintمعرف الترميز الخاص بالمنصة.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPlatformId()

public int getPlatformId()

احصل على قيمة PlatformId.

Returns: int - قيمة PlatformId.

getPlatformSpecificId()

public int getPlatformSpecificId()

يحصل على قيمة PlatformSpecificId.

Returns: int - قيمة PlatformSpecificId.

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)

يضبط قيمة PlatformId.

Parameters:

معاملنوعالوصف
القيمةintقيمة PlatformId.

setPlatformSpecificId(int value)

public void setPlatformSpecificId(int value)

يضبط قيمة PlatformSpecificId.

Parameters:

معاملنوعالوصف
القيمةintقيمة PlatformSpecificId.

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