DeltaInspector
DeltaInspector
خلاصه ای
DeltaInspector یک کلاس در Aspose.Font FOSS برای پایتون است.
DeltaInspector تجزیه و تحلیل دلتای متغیر- فونت را قادر می سازد، تولید اشیاء GlyphDeltaReport و TextDeltaReport که تغییرات هماهنگی در سراسر نمونه ها را برجسته می کند.
این کلاس 8 روش برای کار با DeltaInspector اشیاء در برنامه های پایتون را فراهم می کند. روش های موجود شامل: build_delta_comparison_sheet, build_delta_sheet, build_delta_text_comparison_sheet, build_delta_text_sheet, compare_variable_glyph, compare_variable_text, inspect_variable_glyph, inspect_variable_text. همه اعضای عمومی پس از نصب بسته Aspose.Font FOSS برای پایتون به هر برنامه ی Python دسترسی دارند.
روش ها
| Signature | شرح: |
|---|---|
| `inspect_variable_glyph(font, glyph_id: int | None, codepoint: int |
| `build_delta_sheet(font, glyph_id: int | None, codepoint: int |
| `compare_variable_glyph(font, glyph_id: int | None, codepoint: int |
| `inspect_variable_text(font, text: str, coordinates: dict[str, float] | None, instance_name: str |
| `compare_variable_text(font, text: str, before_coordinates: dict[str, float] | None, after_coordinates: dict[str, float] |
| `build_delta_text_sheet(font, text: str, coordinates: dict[str, float] | None, instance_name: str |
| `build_delta_text_comparison_sheet(font, text: str, before_coordinates: dict[str, float] | None, after_coordinates: dict[str, float] |
| `build_delta_comparison_sheet(font, glyph_id: int | None, codepoint: int |