فئة 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 بدلاً من ذلك. |
انظر أيضًا
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++