Interface IFontMorseDecoder

IFontMorseDecoder interface

声明将摩尔斯电码解码为指定字体字形的功能。

public interface IFontMorseDecoder

方法

名称描述
Decode(string, IFont, MorseAlphabets, char, char)将摩尔斯电码解码为指定字体的字形。
Decode(string, IFont, double, LineSpacingType, int, int, MorseAlphabets, char, char)解码摩尔斯电码并以 PNG 格式绘制结果。

另见