classe Aspose::Font::Type1::Type1MetricFont
Contenuti
[
Nascondere
]Type1MetricFont class
Type1 metric font implementation. This type1 font is created using metrics only. Glyphs retrieval functions and some other that require real font are not allowed, not allowed functions throw exception Type1NotSupportedException. Other properties (FontName, Weight, Metrics and Encoding) are used from metrics file.
class Type1MetricFont : public Aspose::Font::Type1::Type1Font
Metodi
| Metodo | Descrizione |
|---|---|
| get_Encoding() override | La codifica è definita nel file di metriche. StandardAdobeEncoding: la codifica viene popolata automaticamente. |
| get_FontFamily() override | Ottiene la famiglia del Font. |
| get_FontName() override | Ottiene il nome del Font. |
| get_FontStyle() override | Ottiene lo stile del Font. Questo è un valore calcolato e rappresentato in tipo generalizzato. |
| get_NumGlyphs() override | Ottiene il numero di glifi nel Font. |
| get_Style() override | Ottiene lo stile del Font. |
| GetAllGlyphIds() override | Restituisce tutti gli ID dei glifi disponibili nel Font. Non supportato per il tipo Type1MetricFont. |
| GetGlyphById(System::String) override | Restituisce il glifo per ID glifo. Non supportato per il tipo Type1MetricFont. |
| GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) override | Restituisce il glifo per ID glifo. Non supportato per il tipo Type1MetricFont. |
Vedi anche
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++