GlyphDeltaComparisonReport

GlyphDeltaComparisonReport

Revisión

GlyphDeltaComparisonReport Es una clase en Aspose.Font FOSS para Python.

GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after.

Esta clase proporciona 1 método para trabajar con los objetos GlyphDeltaComparisonReport en programas de Python. Los métodos disponibles incluyen: to_dict. Todos los miembros públicos están accesibles a cualquier aplicación de Python después de instalar el Aspose.Font FOSS para el paquete de python. Propiedades : after, before, character, codepoint, comparison_points, glyph_id,Y cuatro más.

Propiedades

NombreTipoAccesoDescripción
moved_point_countintLeerSe cuenta el punto movido.
is_comparableboolLeerY lo que se puede comparar.
glyph_idintLeerTiene el GIF ID.
glyph_name`strNone`Leer
codepoint`intNone`Leer
characterstrLeerTiene el carácter.
beforeGlyphDeltaReportLeerObtenga lo anterior.
afterGlyphDeltaReportLeerObtenga el siguiente.
comparison_pointstuple[DeltaPoint, ...]LeerObtenga los puntos de comparación.
note`strNone`Leer

Metodología

firmaDescripción
to_dict()dict[str, object]Chamó a_dict en esta instancia GlyphDeltaComparisonReport.

Ver también

 Español