GlyphDeltaComparisonReport
المعلومات العامة
GlyphDeltaComparisonReport هي فئة في Aspose.Font FOSS لـ Python.
GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after.
يوفر هذا الفصل طريقة واحدة للعمل مع GlyphDeltaComparisonReport في برامج Python. المنهجيات المتاحة تشمل: to_dict. جميع الأعضاء العامين يمكن الوصول إليهم من أي تطبيق بايثون بعد تثبيت حزمة Aspose.Font FOSS for Python. خصائص: after, before, character, codepoint, comparison_points, glyph_id,و 4 المزيد.
خصائص
| اسم | النوع | الوصول | وصف |
|---|---|---|---|
moved_point_count | int | اقرأ | يحصل على نقطة تحرك العد. |
is_comparable | bool | اقرأ | يحصل على مقارنة. |
glyph_id | int | اقرأ | يحصل على هوية العبارة. |
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] | تدعو إلى_تكت في هذه GlyphDeltaComparisonReport حالة. |