TtfMaxpTable

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

public class TtfMaxpTable extends TtfTableBase

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

الطرق

طريقةالوصف
equals(Object arg0)
getClass()
getMaxComponentContours()يحصل على uint16 maxComponentContours الخطوط في الحرف المركب.
getMaxComponentDepth()يحصل على uint16 maxComponentDepth مستويات التكرار، تُضبط إلى 0 إذا كان الخط يحتوي فقط على حروف بسيطة.
getMaxComponentElements()يحصل على uint16 maxComponentElements عدد الحروف المشار إليها في المستوى الأعلى.
getMaxComponentPoints()يحصل على uint16 maxComponentPoints النقاط في الحرف المركب.
getMaxContours()يحصل على uint16 maxContours الخطوط في الحرف غير المركب.
getMaxFunctionDefs()يحصل على uint16 maxFunctionDefs عدد الـ FDEFs.
getMaxInstructionDefs()يحصل على uint16 maxInstructionDefs عدد الـ IDEFs.
getMaxPoints()يحصل على uint16 maxPoints النقاط في الحرف غير المركب.
getMaxSizeOfInstructions()يحصل على uint16 maxSizeOfInstructions عدد البايتات لتعليمات الحرف.
getMaxStackElements()يحصل على uint16 maxStackElements أقصى عمق للمكدس.
getMaxStorage()يحصل على uint16 maxStorage عدد مواقع مساحة التخزين.
getMaxTwilightPoints()يحصل على uint16 maxTwilightPoints النقاط المستخدمة في منطقة الشفق (Z0).
getMaxZones()يحصل على uint16 maxZones مُضبط إلى 2.
getNumGlyphs()يحصل على uint16 numGlyphs عدد الحروف في الخط.
getOffset()يحصل على الإزاحة من بداية sfnt.
getTableVersion()يحصل على نسخة التنسيق.
getTag()يحصل على علامة الجدول.
getTtfTables()مرجع إلى مستودع جدول TTF.
getVersion()يحصل على الإصدار الثابت 0x00010000 إذا (الإصدار 1.0).
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMaxComponentContours()

public int getMaxComponentContours()

يحصل على uint16 maxComponentContours الخطوط في الحرف المركب.

Returns: int - UInt16 maxComponentContours الخطوط في الحرف المركب.

getMaxComponentDepth()

public int getMaxComponentDepth()

يحصل على uint16 maxComponentDepth مستويات التكرار، تُضبط إلى 0 إذا كان الخط يحتوي فقط على حروف بسيطة.

Returns: int - Uint16 maxComponentDepth مستويات التكرار، تُضبط إلى 0 إذا كان الخط يحتوي فقط على حروف بسيطة.

getMaxComponentElements()

public int getMaxComponentElements()

يحصل على uint16 maxComponentElements عدد الحروف المشار إليها في المستوى الأعلى.

Returns: int - UInt16 maxComponentElements عدد الحروف المشار إليها في المستوى الأعلى.

getMaxComponentPoints()

public int getMaxComponentPoints()

يحصل على uint16 maxComponentPoints النقاط في الحرف المركب.

Returns: int - UInt16 maxComponentPoints النقاط في الحرف المركب.

getMaxContours()

public int getMaxContours()

يحصل على uint16 maxContours الخطوط في الحرف غير المركب.

Returns: int - UInt16 maxContours الخطوط في الحرف غير المركب.

getMaxFunctionDefs()

public int getMaxFunctionDefs()

يحصل على uint16 maxFunctionDefs عدد الـ FDEFs.

Returns: int - UInt16 maxFunctionDefs عدد الـ FDEFs.

getMaxInstructionDefs()

public int getMaxInstructionDefs()

يحصل على uint16 maxInstructionDefs عدد الـ IDEFs.

Returns: int - UInt16 maxInstructionDefs عدد الـ IDEFs.

getMaxPoints()

public int getMaxPoints()

يحصل على uint16 maxPoints النقاط في الحرف غير المركب.

Returns: int - UInt16 maxPoints النقاط في الحرف غير المركب.

getMaxSizeOfInstructions()

public int getMaxSizeOfInstructions()

يحصل على uint16 maxSizeOfInstructions عدد البايتات لتعليمات الحرف.

Returns: int - UInt16 maxSizeOfInstructions عدد البايتات لتعليمات الحرف.

getMaxStackElements()

public int getMaxStackElements()

يحصل على uint16 maxStackElements أقصى عمق للمكدس.

Returns: int - UInt16 maxStackElements أقصى عمق للمكدس.

getMaxStorage()

public int getMaxStorage()

يحصل على uint16 maxStorage عدد مواقع مساحة التخزين.

Returns: int - UInt16 maxStorage عدد مواقع مساحة التخزين.

getMaxTwilightPoints()

public int getMaxTwilightPoints()

يحصل على uint16 maxTwilightPoints النقاط المستخدمة في منطقة الشفق (Z0).

Returns: int - UInt16 maxTwilightPoints النقاط المستخدمة في منطقة الشفق (Z0).

getMaxZones()

public int getMaxZones()

يحصل على uint16 maxZones مُضبط إلى 2.

Returns: int - Uint16 maxZones تُضبط إلى 2.

getNumGlyphs()

public int getNumGlyphs()

يحصل على uint16 numGlyphs عدد الحروف في الخط.

Returns: int - UInt16 numGlyphs عدد الحروف في الخط.

getOffset()

public long getOffset()

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

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

getTableVersion()

public Version16Dot16 getTableVersion()

يحصل على إصدار التنسيق. استخدم الخصائص MajorNumber و MinorNUmber للكائن Version16Dot16 في التدوين الست عشري لتحديد الإصدار المستخدم.

Returns: Version16Dot16 - Format version.

getTag()

public static String getTag()

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

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

getTtfTables()

public TtfTableRepository getTtfTables()

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

Returns: TtfTableRepository - Reference to TTF table repository.

getVersion()

public float getVersion()

يحصل على الإصدار الثابت 0x00010000 إذا (الإصدار 1.0). مهمل، استخدم الخاصية TableVersion بدلاً من ذلك.

Returns: float - الإصدار الثابت 0x00010000 إذا (الإصدار 1.0).

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