HmtxTable

HmtxTable

Overview

HmtxTable adalah kelas di Aspose.Font FOSS untuk Python.

Description

HmtxTable adalah kelas dalam perpustakaan FOSS untuk Python yang mengekspos 3 metode dan 1 properti untuk penggunaan program.

Kemampuan inti meliputi: list[hmetric].Operasi ini memungkinkan pengembang untuk mengintegrasikan fungsi hmtxtable langsung ke dalam aplikasi Python.

Properties

NameTypeAccessDescription
metricslist[HMetric]Read

Methods

SignatureDescription
from_reader(r: BinaryReader, num_glyphs: int, number_of_hmetrics: int, table_length: int)"HmtxTable"parses the horizontal metrics (hmtx) table from a binary reader and returns anHmtxTable (*) contohnya
to_bytes(number_of_hmetrics: int)bytes
get_metric(gid: int)HMetricreturns anHMetric ` objek yang berisi lebar awal dan sisi kiri bantalan untuk glyph ID tertentu

See Also

 Bahasa Indonesia