Aspose::Font::TextUtils::IFontMorseDecoder class

IFontMorseDecoder class

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

class IFontMorseDecoder : public virtual System::Object

方法

方法描述
virtual Decode(System::String, System::SharedPtr<IFont>, MorseAlphabets, char16_t, char16_t)将摩尔斯电码解码为指定字体的字形。
virtual Decode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, MorseAlphabets, char16_t, char16_t)解码摩尔斯电码并以 PNG 格式绘制结果。

另见