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

NameTypeAccessDescription
is_compatibleboolReadयह समझ में आता है।.
before_labelstrReadपहले लेबल को मिला है।.
after_labelstrReadइसके बाद लेबल मिलता है।.
checked_codepointstuple[int, ...]Readकोडपॉइंट्स की जांच करें।.
compared_glyphsintReadतुलना ग्लिफ्स प्राप्त करें।.
before_normalized_coordinatesdict[str, float]Readपहले से मानकीकृत समन्वय प्राप्त करें।.
after_normalized_coordinatesdict[str, float]Readइसके बाद सामान्यीकृत कोडों का उपयोग किया जाता है।.
issuestuple[GlyphCompatibilityIssue, ...]Readसमस्याओं को लेते हैं।.
interpolation_issuestuple[GlyphInterpolationIssue, ...]Readइंटरपोलेशन के मुद्दों को समझें।.

Methods

SignatureDescription
to_dict()dict[str, object]संगतता रिपोर्ट का एक शब्दकोश प्रतिनिधित्व वापस करता है
to_json(indent: int, sort_keys: bool)strरिपोर्ट से एक JSON पंक्ति वापस आती है, और लिखें_json( लक्ष्य, indent, sort_keys) यह लिखता है कि J SON सीधे फ़ाइल में आता है
`write_json(target: strPath, indent: int, sort_keys: bool)`

See Also

 हिन्दी