GlyphDeltaReport
GlyphDeltaReport
Overview
GlyphDeltaReport यह एक क्लास है Aspose.Font FOSS के लिए Python।.
GlyphDeltaReport.to_dict returns a dictionary representation of the report’s data.
इस वर्ग में पायथन प्रोग्रामों में GlyphDeltaReport वस्तुओं के साथ काम करने के लिए 1 विधि प्रदान की जाती है।. उपलब्ध तरीकों में शामिल हैं: to_dict. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।. संपत्ति : active_tuples, character, codepoint, component_movements, composite_components, contour_count,और 10 और भी।.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_id | int | Read | ग्लीफ आईडी प्राप्त करें।. |
glyph_name | `str | None` | Read |
codepoint | `int | None` | Read |
character | str | Read | चरित्र को प्राप्त करें।. |
instance_label | str | Read | उदाहरण लेबल प्राप्त करें।. |
coordinates | dict[str, float] | Read | इनमें से कोडों का पता लगाया जाता है।. |
normalized_coordinates | dict[str, float] | Read | सामान्यीकृत समन्वय को पूरा करें।. |
total_tuple_count | int | Read | कुल टूबल गिनती की है।. |
active_tuples | tuple[DeltaTupleReport, ...] | Read | सक्रिय ट्यूब को पकड़ो।. |
strongest_points | tuple[DeltaPoint, ...] | Read | सबसे मजबूत बिंदु प्राप्त करें।. |
composite_components | tuple[CompositeGlyphComponent, ...] | Read | जटिल घटकों को मिलाएं।. |
component_movements | tuple[CompositeComponentMovement, ...] | Read | घटक आंदोलनों को प्राप्त करें।. |
point_count | int | Read | अंक की गिनती करें।. |
contour_count | int | Read | कंटोर की गिनती करें।. |
is_supported | bool | Read | यह समर्थन प्राप्त करता है।. |
note | `str | None` | Read |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | रिपोर्ट के डेटा का एक शब्दकोश प्रतिनिधित्व वापस करता है |