TtfCMapTable
TtfCMapTable class
Rappresenta la tabella “cmap” del file Font TTF.
public class TtfCMapTable : TtfTableBase
Proprietà
| Nome | Descrizione |
|---|
| Offset { get; } | Ottiene l’offset dall’inizio di sfnt. |
| TtfTables { get; } | Riferimento al repository di tabelle TTF. |
| static Tag { get; } | Ottiene il tag tabella. |
Metodi
| Nome | Descrizione |
|---|
| FindUnicodeTable() | Cerca e restituisce unicode CMap. se è presente ucs-4 CMap - lo restituisce per primo; altrimenti - restituisce qualsiasi cmap unicode che riesce a trovare. |
| GetAllSubtables() | Restituisce tutte le sottotabelle dalla tabella CMap. |
| GetPlatformTables(ushort, ushort) | Restituisce le sottotabelle CMap per planformId e platformSpecificId. |
Altri membri
Guarda anche