Interface IFontMorseDecoder

IFontMorseDecoder interface

Declares functionality to decode Morse code into glyphs of the specified font.

public interface IFontMorseDecoder

Methods

NameDescription
Decode(string, IFont, MorseAlphabets, char, char)Deciphers Morse code into glyphs of the specified font.
Decode(string, IFont, double, LineSpacingType, int, int, MorseAlphabets, char, char)Deciphers Morse code and draws result in PNG-format.

See Also