GlyphInterpolationIssue
GlyphInterpolationIssue
Overview
GlyphInterpolationIssue यह एक क्लास है Aspose.Font FOSS के लिए Python।.
GlyphInterpolationIssue.codepoint is the integer Unicode codepoint of the affected glyph.
इस वर्ग में पायथन प्रोग्रामों में GlyphInterpolationIssue वस्तुओं के साथ काम करने के लिए 1 विधि प्रदान की जाती है।. उपलब्ध तरीकों में शामिल हैं: to_dict. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।. संपत्ति : after_active, before_active, character, codepoint, entered_tuple_indices, exited_tuple_indices,और दो और।.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
codepoint | int | Read | कोडपॉइंट प्राप्त करें।. |
character | str | Read | चरित्र को प्राप्त करें।. |
reason | str | Read | कारण मिलता है।. |
before_active | tuple[ActiveTupleSummary, ...] | Read | पहले से सक्रिय हो जाता है।. |
after_active | tuple[ActiveTupleSummary, ...] | Read | इसके बाद सक्रिय हो जाते हैं।. |
entered_tuple_indices | tuple[int, ...] | Read | इनमें से टूबल इंडेक्स को प्राप्त करें।. |
exited_tuple_indices | tuple[int, ...] | Read | बाहर निकलने वाले टूबल इंडेक्स को प्राप्त करें।. |
retuned_tuples | tuple[TupleScalarDelta, ...] | Read | रिटर्न टूप्स प्राप्त करें।. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | इस GlyphInterpolationIssue उदाहरण पर कॉल करें।. |