Type1Metrics
Type1Metrics
General
Type1Metrics és una classe en FOSS per Python.
Propietats: code_widths, encoding, font_bbox, font_name, font_program_type1, glyph_widths, i una més.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
font_name | str | Llegeix. | Obté el nom de la font. |
units_per_em | int | Llegeix. | Obté les unitats per em. |
glyph_widths | dict[str, float] | Llegeix. | Obté les amplituds dels glifs. |
code_widths | dict[int, float] | Llegeix. | Obté les amplituds del codi. |
encoding | dict[int, str] | Llegeix. | Obté la codificació. |
font_bbox | `tuple[int, int, int, int] | None` | Llegeix. |
font_program_type1 | `bytes | None` | Llegeix. |