GlyphDeltaComparisonReport
סקירה כללית
GlyphDeltaComparisonReport הוא שיעור ב Aspose.Font FOSS עבור Python.
GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after.
שיעור זה מספק 1 שיטה לעבוד עם אובייקטים GlyphDeltaComparisonReport בתוכניות Python. שיטות זמינות כוללות: to_dict. כל החברים הציבוריים זמינים לכל יישום Python לאחר התקנת Aspose.Font FOSS עבור חבילת Python. רכוש : after, before, character, codepoint, comparison_points, glyph_id,ועוד ארבעה.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
moved_point_count | int | קראו | מקבל את מספר הנקודות המועברות. |
is_comparable | bool | קראו | אם זה נראה, זה יכול להיות השווה. |
glyph_id | int | קראו | קבל את ה-Glyph ID. |
glyph_name | `str | None` | קראו |
codepoint | `int | None` | קראו |
character | str | קראו | מקבל את הדמות. |
before | GlyphDeltaReport | קראו | מקבל את הקודם. |
after | GlyphDeltaReport | קראו | מקבל את לאחר. |
comparison_points | tuple[DeltaPoint, ...] | קראו | מקבלים את נקודות ההשוואה. |
note | `str | None` | קראו |
שיטות
| חתימה | תיאור |
|---|---|
to_dict() → dict[str, object] | קוראים ל_dict על האינדקס הזה GlyphDeltaComparisonReport. |