Aspose::Font::TextUtils::IMorseEncoder class

IMorseEncoder class

Declares functionality to encode text by Morse code.

class IMorseEncoder : public virtual System::Object

Methods

MethodDescription
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