Aspose::Font::TextUtils::IFontMorseEncoder class

IFontMorseEncoder class

Declares functionality to encode text by Morse code and get result as font glyphs.

class IFontMorseEncoder : public virtual System::Object

Methods

MethodDescription
virtual Encode(System::String, System::SharedPtr<IFont>, MorseAlphabets, char16_t, char16_t)Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
virtual Encode(System::String, System::SharedPtr<IFont>, char16_t, char16_t)Encodes text in Morse code and returns result as set of glyphs(glyphId). Heuristic analysis is used to calculate the alphabet of the input text.
virtual Encode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, MorseAlphabets, char16_t, char16_t)Encodes text by Morse code and draws result in PNG-format.
virtual Encode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, char16_t, char16_t)Encodes text in Morse code and draws result in PNG-format. Heuristic analysis is used to calculate the alphabet of the input text.

See Also