Aspose::Font::TextUtils::IFontMorseEncoder class
Inhalt
[
Ausblenden
]IFontMorseEncoder class
Deklariert Funktionalität zum Kodieren von Text mittels Morsecode und gibt das Ergebnis als Schriftart‑Glyphen zurück.
class IFontMorseEncoder : public virtual System::Object
Methoden
| Methode | Beschreibung |
|---|---|
| virtual Encode(System::String, System::SharedPtr<IFont>, MorseAlphabets, char16_t, char16_t) | Kodiert Text mit Morsecode und gibt das Ergebnis als Menge von Glyphen (Glyphen-Identifikatoren) zurück. |
| virtual Encode(System::String, System::SharedPtr<IFont>, char16_t, char16_t) | Kodiert Text in Morsecode und gibt das Ergebnis als Menge von Glyphen (glyphId) zurück. Heuristische Analyse wird verwendet, um das Alphabet des Eingabetextes zu berechnen. |
| virtual Encode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, MorseAlphabets, char16_t, char16_t) | Kodiert Text mit Morsecode und zeichnet das Ergebnis im PNG-Format. |
| virtual Encode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, char16_t, char16_t) | Kodiert Text in Morsecode und zeichnet das Ergebnis im PNG-Format. Heuristische Analyse wird verwendet, um das Alphabet des Eingabetextes zu berechnen. |
Siehe auch
- Class Object
- Namespace Aspose::Font::TextUtils
- Library Aspose.Font for C++