GlyphOutlineStats
GlyphOutlineStats
Overview
GlyphOutlineStats є клас у Aspose.Font FOSS для Python.
GlyphOutlineStats.to_dict returns a dictionary representation of the outline statistics.
Цей клас надає 1 метод для роботи з об’єктами GlyphOutlineStats в програмах Python. Доступні методи включають: to_dict. Всі публічні члени доступні будь-якій додаткові Python після встановлення Aspose.Font FOSS для пакету Python. Свойства: advance_width, bbox, closed_contour_count, command_count, contour_count, control_point_count, і ще 7.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
command_count | int | Read | Обирає командний розлік. |
point_count | int | Read | Обирає очки. |
contour_count | int | Read | Оцінює контур. |
advance_width | int | Read | Обирає широту. |
line_count | int | Read | Обирає число рядків. |
quadratic_count | int | Read | Обирає квадратний розмір. |
cubic_count | int | Read | Обирає кубічне число. |
control_point_count | int | Read | Обирає контрольні точки. |
closed_contour_count | int | Read | Отримає зачислення закритих контур. |
open_contour_count | int | Read | Обирає відкритий контур. |
start_point | `tuple[float, float] | None` | Read |
end_point | `tuple[float, float] | None` | Read |
bbox | `tuple[float, float, float, float] | None` | Read |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Повертає словник статистики очерку. |