GlyphDeltaComparisonReport
GlyphDeltaComparisonReport
General
GlyphDeltaComparisonReport és una classe en FOSS per Python.
GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after.
Aquesta classe proporciona 1 mètode per treballar amb objectes GlyphDeltaComparisonReport en programes de Python. Els mètodes disponibles inclouen: to_dict. Tots els membres públics són accessibles a qualsevol aplicació de Python després d’instal·lar el paquet FOSS per Python. Propietats: after, before, character, codepoint, comparison_points, glyph_id, i 4 més.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
moved_point_count | int | Llegeix. | Obté el punt de comptada. |
is_comparable | bool | Llegeix. | Obté el és comparable. |
glyph_id | int | Llegeix. | Obté el glifo. |
glyph_name | `str | None` | Llegeix. |
codepoint | `int | None` | Llegeix. |
character | str | Llegeix. | T’obté el personatge. |
before | GlyphDeltaReport | Llegeix. | Prèn el abans. |
after | GlyphDeltaReport | Llegeix. | Obté el després. |
comparison_points | tuple[DeltaPoint, ...] | Llegeix. | Obté els punts de comparació. |
note | `str | None` | Llegeix. |
Mètodes
| Signatura | Descripció |
|---|---|
to_dict() → dict[str, object] | L’exemple de GlyphDeltaComparisonReport és l’anomenat to_dict. |