GlyphOutlineStats

Vue de l’ensemble

‘GlyphOutlineStats’ est une classe dans Aspose.Font FOSS pour Python.

GlyphOutlineStats.to_dict retourne une représentation vocabulaire des statistiques de la sortie.

Cette classe fournit 1 méthode pour travailler avec les objets GlyphOutlineStats 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: ‘advance_width’, ‘bbox’, `closed_contour_count’, ‘command_conta’, ‘con tour_cont’, «control_point_content’, et 7 autres.

Propriétés

NameTypeAccessDescription
command_countintReadGets the command count.
point_countintReadGets the point count.
contour_countintReadGets the contour count.
advance_widthintReadGets the advance width.
line_countintReadGets the line count.
quadratic_countintReadGets the quadratic count.
cubic_countintReadGets the cubic count.
control_point_countintReadGets the control point count.
closed_contour_countintReadGets the closed contour count.
open_contour_countintReadGets the open contour count.
start_point`tuple[float, float]None`Read
end_point`tuple[float, float]None`Read
bbox`tuple[float, float, float, float]None`Read

méthodes

SignatureDescription
to_dict()dict[str, object]Returns a dictionary representation of the outline statistics

Voir aussi

  • Aspose.Font — référence API d’entreprise
 Français