DeltaInspector

Opinie generală

DeltaInspector este o clasă în Aspose.Font FOSS pentru Python.

DeltaInspector permite analiza detaliată a variabilelor-fonte delta, generând obiecte GlyphDeltaReport și TextDeltaReport care evidențiază schimbările de coordonate între instante.

Această clasă oferă 8 metode pentru a lucra cu obiecte DeltaInspector în programele Python. Metodele disponibile includ: 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. Toți membrii publicului sunt accesibili oricărei aplicații Python după instalarea pachetului FOSS pentru Python.

Metode de evaluare

SignatureDescriere:
`inspect_variable_glyph(font, glyph_id: intNone, codepoint: int
`build_delta_sheet(font, glyph_id: intNone, codepoint: int
`compare_variable_glyph(font, glyph_id: intNone, 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: intNone, codepoint: int

Vezi și:

 Română