فئة Aspose::Font::TtfTables::TtfMaxpTable

TtfMaxpTable class

تمثل جدول “maxp” لملف Font TTF.

class TtfMaxpTable : public Aspose::Font::TtfTables::TtfTableBase

الطرق

طريقةالوصف
get_MaxComponentContours() constيحصل على uint16 maxComponentContours عدد الخطوط في الحرف المركب.
get_MaxComponentDepth() constيحصل على uint16 maxComponentDepth مستويات التكرار، يُضبط إلى 0 إذا كان الخط يحتوي فقط على حروف بسيطة.
get_MaxComponentElements() constيحصل على uint16 maxComponentElements عدد الحروف المشار إليها في المستوى الأعلى.
get_MaxComponentPoints() constيحصل على uint16 maxComponentPoints عدد النقاط في الحرف المركب.
get_MaxContours() constيحصل على uint16 maxContours عدد الخطوط في الحرف غير المركب.
get_MaxFunctionDefs() constيحصل على uint16 maxFunctionDefs عدد FDEFs.
get_MaxInstructionDefs() constيحصل على عدد IDEFs (uint16 maxInstructionDefs).
get_MaxPoints() constيحصل على عدد النقاط (uint16 maxPoints) في الحرف غير المركب.
get_MaxSizeOfInstructions() constيحصل على عدد البايتات (uint16 maxSizeOfInstructions) لتعليمات الحرف.
get_MaxStackElements() constيحصل على أقصى عمق للمكدس (uint16 maxStackElements).
get_MaxStorage() constيحصل على عدد مواقع منطقة التخزين (uint16 maxStorage).
get_MaxTwilightPoints() constيحصل على عدد النقاط (uint16 maxTwilightPoints) المستخدمة في منطقة الشفق (Z0).
get_MaxZones() constيحصل على قيمة uint16 maxZones المعينة إلى 2.
get_NumGlyphs() constيحصل على عدد الحروف (uint16 numGlyphs) في الـFont.
get_TableVersion() constيحصل على نسخة التنسيق. استخدم الخصائص MajorNumber و MinorNUmber للكائن Version16Dot16 في التدوين الست عشري لتحديد النسخة المستخدمة.
static get_Tag()يحصل على علامة الجدول.
get_Version() constيحصل على النسخة الثابتة 0x00010000 إذا (النسخة 1.0). مهجور، استخدم خاصية TableVersion بدلاً من ذلك.

انظر أيضًا