TextDeltaComparisonReport
TextDeltaComparisonReport
Overview
TextDeltaComparisonReport यह एक क्लास है Aspose.Font FOSS के लिए Python।.
TextDeltaComparisonReport.to_dict() सभी रिपोर्ट फ़ील्डों को शामिल करने वाले एक शब्दकोश वापस करता है।.
इस वर्ग में पायथन प्रोग्रामों में TextDeltaComparisonReport वस्तुओं के साथ काम करने के लिए 1 विधि प्रदान की जाती है।. उपलब्ध तरीकों में शामिल हैं: to_dict. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।. संपत्ति : after_coordinates, after_label, after_normalized_coordinates, before_coordinates, before_label, before_normalized_coordinates,और 5 और भी।.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_count | int | Read | ग्लीफ की गिनती करें।. |
comparable_glyph_count | int | Read | ग्लीफ की तुलनात्मक गिनती प्राप्त करें।. |
moved_glyph_count | int | Read | ग्लीफ की गिनती के लिए कटौती करें।. |
text | str | Read | पाठ प्राप्त करें।. |
before_label | str | Read | पहले लेबल को मिला है।. |
after_label | str | Read | इसके बाद लेबल मिलता है।. |
before_coordinates | dict[str, float] | Read | पहले से ही समन्वय बनाए रखें।. |
after_coordinates | dict[str, float] | Read | इसके बाद कोडों का प्रयोग करें।. |
before_normalized_coordinates | dict[str, float] | Read | पहले से मानकीकृत समन्वय प्राप्त करें।. |
after_normalized_coordinates | dict[str, float] | Read | इसके बाद सामान्यीकृत कोडों का उपयोग किया जाता है।. |
glyph_comparisons | tuple[GlyphDeltaComparisonReport, ...] | Read | ग्लीफ की तुलना करें।. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | रिपोर्ट के सभी क्षेत्रों को शामिल करने वाले एक शब्दकोश वापस करता है |