Interface IFontMorseEncoder

IFontMorseEncoder interface

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

public interface IFontMorseEncoder

Methods

NameDescription
Encode(string, IFont, char, char)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.
Encode(string, IFont, MorseAlphabets, char, char)Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
Encode(string, IFont, double, LineSpacingType, int, int, char, char)Encodes text in Morse code and draws result in PNG-format. Heuristic analysis is used to calculate the alphabet of the input text.
Encode(string, IFont, double, LineSpacingType, int, int, MorseAlphabets, char, char)Encodes text by Morse code and draws result in PNG-format.

See Also