GlyphDeltaComparisonReport
Vue de l’ensemble
‘GlyphDeltaComparisonReport’ est une classe dans Aspose.Font FOSS pour Python.
GlyphDeltaComparisonReport.moved_point_count est le nombre de points qui se déplacent entre avant et après.
Cette classe fournit 1 méthode pour travailler avec GlyphDeltaComparisonReport 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: ‘après’, ‘avant’, ‘character’, ‘codepoint’, comparison_points', ’glyf_id et 4 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
moved_point_count | int | Read | Gets the moved point count. |
is_comparable | bool | Read | Gets the is comparable. |
glyph_id | int | Read | Gets the glyph id. |
glyph_name | `str | None` | Read |
codepoint | `int | None` | Read |
character | str | Read | Gets the character. |
before | GlyphDeltaReport | Read | Gets the before. |
after | GlyphDeltaReport | Read | Gets the after. |
comparison_points | tuple[DeltaPoint, ...] | Read | Gets the comparison points. |
note | `str | None` | Read |
méthodes
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this GlyphDeltaComparisonReport instance. |
Voir aussi
- Aspose.Font — référence API d’entreprise