Aspose::Font::TextUtils::IFontMorseDecoder class
IFontMorseDecoder class
Declares functionality to decode Morse code into glyphs of the specified font.
class IFontMorseDecoder : public virtual System::Object
Methods
Method | Description |
---|---|
virtual Decode(System::String, System::SharedPtr<IFont>, MorseAlphabets, char16_t, char16_t) | Deciphers Morse code into glyphs of the specified font. |
virtual Decode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, MorseAlphabets, char16_t, char16_t) | Deciphers Morse code and draws result in PNG-format. |
See Also
- Class Object
- Namespace Aspose::Font::TextUtils
- Library Aspose.Font for C++