CompatibilityReport
CompatibilityReport
Overview
CompatibilityReport यह एक क्लास है Aspose.Font FOSS के लिए Python।.
CompatibilityReport.to_json(indent, sort_keys) रिपोर्ट में एक JSON श्रृंखला वापस करता है और write_JSON(target, indent , sort-key) लिखता है कि J SON सीधे फ़ाइल में आता है।.
इस कक्षा में पायथन प्रोग्रामों में CompatibilityReport वस्तुओं के साथ काम करने के लिए 3 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: to_dict, to_json, write_json. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।. संपत्ति : after_label, after_normalized_coordinates, before_label, before_normalized_coordinates, checked_codepoints, compared_glyphs,और तीन और।.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_compatible | bool | Read | यह समझ में आता है।. |
before_label | str | Read | पहले लेबल को मिला है।. |
after_label | str | Read | इसके बाद लेबल मिलता है।. |
checked_codepoints | tuple[int, ...] | Read | कोडपॉइंट्स की जांच करें।. |
compared_glyphs | int | Read | तुलना ग्लिफ्स प्राप्त करें।. |
before_normalized_coordinates | dict[str, float] | Read | पहले से मानकीकृत समन्वय प्राप्त करें।. |
after_normalized_coordinates | dict[str, float] | Read | इसके बाद सामान्यीकृत कोडों का उपयोग किया जाता है।. |
issues | tuple[GlyphCompatibilityIssue, ...] | Read | समस्याओं को लेते हैं।. |
interpolation_issues | tuple[GlyphInterpolationIssue, ...] | Read | इंटरपोलेशन के मुद्दों को समझें।. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | संगतता रिपोर्ट का एक शब्दकोश प्रतिनिधित्व वापस करता है |
to_json(indent: int, sort_keys: bool) → str | रिपोर्ट से एक JSON पंक्ति वापस आती है, और लिखें_json( लक्ष्य, indent, sort_keys) यह लिखता है कि J SON सीधे फ़ाइल में आता है |
| `write_json(target: str | Path, indent: int, sort_keys: bool)` |