DeltaInspector
DeltaInspector
Overview
DeltaInspector यह एक क्लास है Aspose.Font FOSS के लिए Python।.
DeltaInspector विस्तृत परिवर्तनीय-फॉन्ट डेल्टा विश्लेषण की अनुमति देता है, जो GlyphDeltaReport और TextDeltaReport वस्तुओं को उत्पन्न करता है जो उदाहरणों के बीच समन्वय परिवर्तनों को उजागर करते हैं।.
इस कक्षा में पायथन प्रोग्रामों में DeltaInspector वस्तुओं के साथ काम करने के लिए 8 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: 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. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।.
Methods
| Signature | Description |
|---|---|
| `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 |