Aspose::Font::TextUtils::IMorseEncoder class
IMorseEncoder class
Declares functionality to encode text by Morse code.
class IMorseEncoder : public virtual System::Object
Methods
Method | Description |
---|---|
virtual Encode(System::String, MorseAlphabets, char16_t, char16_t) | Encodes text by Morse code. |
virtual Encode(System::String, char16_t, char16_t) | Encodes text by Morse code. Heuristic analysis is used to calculate the alphabet of the input text. The alphabet is selected by the first word. |
See Also
- Class Object
- Namespace Aspose::Font::TextUtils
- Library Aspose.Font for C++