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:
| معامل | نوع | الوصف |
|---|---|---|
| platformId | int | معرف المنصة. |
| platformSpecificId | int | معرف الترميز الخاص بالمنصة. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |