TextDeltaComparisonReport
TextDeltaComparisonReport
Overview
TextDeltaComparisonReport є клас у Aspose.Font FOSS для Python.
TextDeltaComparisonReport.to_dict() повертає словник, що містить всі поля звіту.
Цей клас надає 1 метод для роботи з об’єктами TextDeltaComparisonReport в програмах Python. Доступні методи включають: to_dict. Всі публічні члени доступні будь-якій додаткові Python після встановлення Aspose.Font FOSS для пакету Python. Свойства: after_coordinates, after_label, after_normalized_coordinates, before_coordinates, before_label, before_normalized_coordinates, і ще п’ять.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_count | int | Read | Знайде число гліфов. |
comparable_glyph_count | int | Read | Отримає порівнянне число гліфов. |
moved_glyph_count | int | Read | Зазначає переміщені гліфи. |
text | str | Read | Він отримує повідомлення. |
before_label | str | Read | Він отримує етикет “до”. |
after_label | str | Read | Знайде етикет після. |
before_coordinates | dict[str, float] | Read | Обирає координати до. |
after_coordinates | dict[str, float] | Read | Обирає координати після. |
before_normalized_coordinates | dict[str, float] | Read | Обирає нормалізовані координати. |
after_normalized_coordinates | dict[str, float] | Read | Отримає нормалізовані координати. |
glyph_comparisons | tuple[GlyphDeltaComparisonReport, ...] | Read | Знайде порівняння з гліфами. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Повертає словник , що містить всі поля звіту . |