GlyphDeltaReport
Vue de l’ensemble
‘GlyphDeltaReport’ est une classe dans Aspose.Font FOSS pour Python.
GlyphDeltaReport.to_dict retourne une représentation vocabulaire des données du rapport.
Cette classe fournit 1 méthode pour travailler avec GlyphDeltaReport objets dans les programmes Python. Les méthodes disponibles comprennent: to_dict. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Font FOSS pour le package Pyathon. Propriétés: ‘active_tuples’, ‘character’, codepoint', ‘component_movements’, 'composite_compositionnants', ’contour_count et 10 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
glyph_id | int | Read | Gets the glyph id. |
glyph_name | `str | None` | Read |
codepoint | `int | None` | Read |
character | str | Read | Gets the character. |
instance_label | str | Read | Gets the instance label. |
coordinates | dict[str, float] | Read | Gets the coordinates. |
normalized_coordinates | dict[str, float] | Read | Gets the normalized coordinates. |
total_tuple_count | int | Read | Gets the total tuple count. |
active_tuples | tuple[DeltaTupleReport, ...] | Read | Gets the active tuples. |
strongest_points | tuple[DeltaPoint, ...] | Read | Gets the strongest points. |
composite_components | tuple[CompositeGlyphComponent, ...] | Read | Gets the composite components. |
component_movements | tuple[CompositeComponentMovement, ...] | Read | Gets the component movements. |
point_count | int | Read | Gets the point count. |
contour_count | int | Read | Gets the contour count. |
is_supported | bool | Read | Gets the is supported. |
note | `str | None` | Read |
méthodes
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary representation of the report’s data |
Voir aussi
- Aspose.Font — référence API d’entreprise