TtfTableSet
Resumo geral
TtfTableSet é uma classe em Aspose.Font FOSS para Python.
TtfTableSet.get_raw returns the raw bytes of the table identified by the given tag, or None if absent.
Esta classe fornece 2 métodos para trabalhar com objetos TtfTableSet em programas Python. Os métodos disponíveis incluem: get_raw, set_raw. Todos os membros do público são acessíveis a qualquer aplicação Python após instalar o pacote Aspose.Font FOSS for Python. Propriedades: cmap, fvar, glyf, head, hhea, hmtx,E mais sete.
Propriedades
| Nome: | Tipo de veículo: | Acessos | Descrição: |
|---|---|---|---|
head | `HeadTable | None` | Leitura/Escrita |
hhea | `HheaTable | None` | Leitura/Escrita |
maxp | `MaxpTable | None` | Leitura/Escrita |
os2 | `Os2Table | None` | Leitura/Escrita |
name | `NameTable | None` | Leitura/Escrita |
post | `PostTable | None` | Leitura/Escrita |
cmap | `CmapTable | None` | Leitura/Escrita |
loca | `LocaTable | None` | Leitura/Escrita |
hmtx | `HmtxTable | None` | Leitura/Escrita |
kern | `KernTable | None` | Leitura/Escrita |
glyf | `GlyfTable | None` | Leitura/Escrita |
fvar | `FvarTable | None` | Leitura/Escrita |
hvar | `HvarTable | None` | Leitura/Escrita |
Métodos de avaliação
| Assinatura | Descrição: |
|---|---|
get_raw(tag: str) → `bytes | None` |
set_raw(tag: str, data: bytes) | Indica o valor bruto. |