ActiveTupleSummary | ActiveTupleSummary.to_dict() vraća rječnik koji sadrži indeks tuple, skalarnu vrijednost, koordinate vrha, početne i krajnje koordinete. |
AnimationAsset | AnimationAsset.write_to(path) piše generirane podatke animacije na danu lokaciju datoteke, stvara nedostajuće matične direktorije i vraća Put pisane datotekare. |
AnimationFramePackage | AnimationFramePackage.write_to(path) piše sliku storyboarda, svaku slikicu okvira i JSON manifest koji opisuje fps i oznake okvara u navedenom direktoriju. |
AnimationPreset | AnimationPreset.name stores the identifier of the animation preset. |
AnimationPreviewBuilder | AnimationPreviewBuilder.available_presets returns a tuple of preset names for animation generation. |
AnimationReviewPackage | AnimationReviewPackage.write_to saves the review package to the given filesystem path and returns the Path. |
AnimationShowcasePackage | AnimationShowcasePackage.write_to writes the package to the given path and returns the resulting Path. |
AnimationStep | AnimationStep.coordinates stores a mapping of axis names to float values defining the font instance. |
BinaryReader | Opakira izvor bajta u BytesIO za big-endian font binarnu analizu. |
BinaryWriter | Akumulira bajtove za serijalizaciju binarnih fontova. |
CffSerializer | CffSerializer može serijalno popuniti potpuno popunjeni CffFont u bajtni niz koji je pogodan za pisanje kao CFF ili OpenType datoteka fontova. |
ClosePath | Klasa proširenje PathCommand. |
CompatibilityChecker | CompatibilityChecker.compare_fonts(prije, nakon, prije_label, poslije_labele, kodne točke, tekst) proizvodi CompatibilityReport koji se može izvoziti u JSON putem report.to_json ((indent=2, sort_keys=True). |
CompatibilityReport | CompatibilityReport.to_json(indent, sort_keys) vraća JSON niz izvješća i write_ json ((target, indent , sort _ keys)) piše taj JCON direktno u datoteku. |
CompletedTaskRecord | CompletedTaskRecord.task_id uniquely identifies the completed task. |
CompositeComponentMovement | CompositeComponentMovement.to_dict returns a dict of the object’s numeric and boolean fields. |
CompositeGlyphComponent | CompositeGlyphComponent.to_dict() vraća dikta numeričkih atributa komponente. |
CoverageGroup | Dijagnostika pokrivanja za jedan izvor zahtjeva, kao što su unaprijed postavljeni, tekst ili opseg. |
CurveAdapter | CurveAdapter.quad_to_cubic converts a quadratic Bézier (p0, q, p3) to an equivalent cubic Bézier, returning four points. |
CurveTo | CurveTo.x1 is the x‑coordinate of the first Bézier control point. |
DeltaInspector | DeltaInspector omogućuje detaljnu analizu delta font varijable, generirajući GlyphDeltaReport i TextDeltaReport objekte koji ističu promjene koordinata u različitim instancama. |
DeltaPoint | DeltaPoint.to_dict returns a dictionary of the point’s numeric components. |
DeltaTupleReport | DeltaTupleReport.tuple_index is the zero‑based index of the delta tuple. |
EotSerializer | EotSerializer.serializiranost font) vraća potpunu binarnu reprezentaciju EOT font spremnog za izlaz datoteke. |
FamilyReviewExportPackage | FamilyReviewExportPackage.write_to(directory) stvara skup HTML, CSS i manifest datoteka za font obitelj, vraćajući popis generiranih putanja datotek. |
Font | Abstraktna baza za sve implementacije formata fontova. |
FontCleaner | Metapodatke fontova i tehnički čistač stola. |
FontConversionException | Podignuta kada konverzija formata fontova ne uspije ili nije podržana. |
FontConverter | FontConverter.convert(font, target) proizvodi novi font objekt u ciljnom formatu, uzdižući FontConversionException ako konverzija ne može biti izvršena. |
FontEncoding | Unicode kodovi za identifikacije glifa. |
FontException | Osnovna klasa za sve iznimke knjižnice fontova. |
FontLoader | FontLoader.open ((izvor, font_type, collection_index) vraća Font objekt koji predstavlja traženi tip šifre bez potpune upisivanja cijele datoteke u memoriju. |
FontMetrics | FontMetrics izložava ključne tipografske vrijednosti kao što su units_per_em, ascender, descender i line_gap za izračune rasporeda. |
FontNotSupportedException | U slučaju da je to moguće, potrebno je provesti postupke za utvrđivanje vrijednosti. |
FontParseException | Podignut kada se podaci iz binarnog font-a ne mogu analizirati. |
FontPreviewBuilder | FontPreviewBuilder.build(font, text, size, color, background, padding, antialias, file_stem, instance_coordinates, instance_name, output_format) generiše PreviewImage (PNG ili SVG) isporučenog teksta renderiranog s datim fontom. |
FontSourceInfo | Opisati izvor učitalih bajta. |
FontSubsetter | FontSubsetter.available_presets() vraća tuplom unaprijed postavljenih imena koja se može koristiti za web-orijentirane podsastavljanja. |
Glyph | Glyph.glyph_id identifies the glyph using its numeric GlyphId. |
GlyphAccessor | Pronalazi glife po ID-u ili Unicode kodnom točki. |
GlyphCompatibilityIssue | GlyphCompatibilityIssue.to_dict returns a dictionary representation of the issue. |
GlyphDeltaComparisonReport | GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after. |
GlyphDeltaReport | GlyphDeltaReport.to_dict returns a dictionary representation of the report’s data. |
GlyphId | GlyphId.value holds the integer identifier of a glyph. |
GlyphInterpolationIssue | GlyphInterpolationIssue.codepoint is the integer Unicode codepoint of the affected glyph. |
GlyphLayout | Jedini glif postavljen u svetsko-prostornim koordinatama. |
GlyphNotFoundException | Podignut kada je zatražen ID ili kodni punkt bez mapiranja u font. |
GlyphOutlineStats | GlyphOutlineStats.to_dict returns a dictionary representation of the outline statistics. |
GlyphPath | Srednja redoslijeda PathCommand objekata koji predstavljaju obris jednog glifa. |
KernPair | KernPair.left is the GlyphId of the left glyph in the kerning pair. |
LanguageProfile | LanguageProfile.to_dict returns a dictionary representation of the language profile. |
LineTo | LineTo.x represents the horizontal coordinate of the line endpoint. |
LoadedFont | Prijateljski rezultat učitača koji okružuje font plus izvorni metapodatki. |
LocalizationCoverage | LocalizationCoverage.to_dict returns a dictionary representation of the coverage data. |
LocalizationResolution | LocalizationResolution.to_dict returns a dictionary representation of the resolution state. |
MoveTo | MoveTo.x stores the horizontal coordinate for the move operation. |
PathCommand | Abstraktni marker za sve vrste zapovijedi o stazi. |
PreviewImage | PreviewImage.write_to(path) čuva generirani PNG ili SVG pregled na određenu lokaciju datoteke i vraća Path objekt. |
QuadraticTo | QuadraticTo.x1 represents the x‑coordinate of the quadratic Bézier control point. |
Rasterizer | Scanline rasterizer za GlyphPath konture s čistim Python PNG izvozom. |
RequestedLanguageHint | RequestedLanguageHint.to_dict returns a dictionary representation of the hint object. |
ResolvedInstance | ResolvedInstance.label is the human‑readable name of the resolved instance. |
SmartInstancer | SmartInstancer.instantiate(koordinate, instance_name, naming_strategy, family_suffix, legacy_family_names, typographic_familiename, legity_style_nama, tipographic _style _name , stat_policy) vraća objekt TtfFont koji predstavlja statičnu instancciju fontne varijable. |
SubsetCoverage | Agregirana dijagnostika Unicode pokrivenosti za zahtjev za podmještaj. |
SubsetResult | Iznos za podjednako izračunano izdanje, koji je povezano s izvješćem o pokrivenosti kojim se ono proizvede. |
TaskCompletionReceipt | TaskCompletionReceipt.task_id identifies the task uniquely. |
TaskTokenEstimate | TaskTokenEstimate.task_id is the unique identifier of the task. |
TextDeltaComparisonReport | TextDeltaComparisonReport.to_dict() vraća rječnik koji sadrži sva polja izvješća. |
TextDeltaReport | TextDeltaReport agregira informacije o delta-nivou glifa, otkrivajući broj glifova, aktivni brojglifov i zbirku izvješća o glifu za provjeru kontrole kvalitete. |
TextLayout | Rezultat pozive TextRenderer.layout. |
TextRenderer | Izlaže tekst koristeći metrike glifa fontova i opcionalne pare jezgra. |
TtfSerializer | TtfSerializer.serialize serializes the given font object to a byte array, optionally using the provided sfnt version. |
TupleScalarDelta | TupleScalarDelta.to_dict() vraća dikta s tuple_index, before_scalar i after_Scaler vrijednostima. |
Type1Serializer | Type1Serializer.serialize_pfb converts a font object to PFB binary data. |
UnsupportedFontFormatException | Podignut od strane FontLoader kada se čarobni bajtovi datoteke ne prepoznaju. |
VariableAxis | VariableAxis.normalize(value) vraća normalizirano (0-1) položaj koordinate osi u skladu s definiranim opsegom osovine. |
VariableAxisPreset | VariableAxisPreset.to_presentation(axis) vraća rječnik metapodataka prezentacije za prednastavljenost, pogodna za renderiranje UI-ja. |
VariableInstance | VariableInstance.css_variation_settings(axes) proizvodi tupl CSS-a. font-variation-settings Stringovi za određenu skupinu osi. |
WebFontAsset | WebFontAsset.filename stores the original font file name as a string. |
WebFontBuilder | WebFontBuilder može generirati cjelovite obitelji web-fontova s CSS, HTML stranicama za pregled i manifestnim datotekama spremnima za primjenu. |
WebFontBundle | WebFontBundle.write_to writes the bundle to a directory and returns the list of written file paths. |
WebFontFamilyPackage | WebFontFamilyPackage.write_to(directory) stvara kompletan paket obitelji koji sadrži CSS, HTML, manifest i sve sastavljene fontne imovine za više varijanti stila. |