GlyphDeltaReport
GlyphDeltaReport
Overview
GlyphDeltaReport є клас у Aspose.Font FOSS для Python.
GlyphDeltaReport.to_dict returns a dictionary representation of the report’s data.
Цей клас надає 1 метод для роботи з об’єктами GlyphDeltaReport в програмах Python. Доступні методи включають: 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] | Повертає словник даних звіту. |