Aspose::Font::TextUtils::IFontMorseDecoder::Decode Methode

IFontMorseDecoder::Decode(System::String, System::SharedPtr<IFont>, double, Renderers::RenderingUtils::LineSpacingType, int32_t, int32_t, MorseAlphabets, char16_t, char16_t) method

Entschlüsselt Morsecode und zeichnet das Ergebnis im PNG-Format.

virtual System::SharedPtr<System::IO::Stream> Aspose::Font::TextUtils::IFontMorseDecoder::Decode(System::String morseText, System::SharedPtr<IFont> font, double fontSize, Renderers::RenderingUtils::LineSpacingType lineSpacingType, int32_t lineSpacingValue, int32_t maxWidth, MorseAlphabets alphabet=Aspose::Font::TextUtils::MorseAlphabets::Latin, char16_t inputSeparator=u' ', char16_t outputSeparator=u'/')=0
ParameterTypBeschreibung
morseTextSystem::StringDurch Morsecode codierter Text, z.B. Text wie “… — …” (SOS)
fontSystem::SharedPtr<IFont>Font zum Abrufen von Glyphen, die sich auf den decodierten Text beziehen, aus
fontSizedoubleFont Größe
lineSpacingTypeRenderers::RenderingUtils::LineSpacingTypeTyp des Zeilenabstands. Anzahl der Pixel oder Prozentsatz der Schriftgröße
lineSpacingValueint32_tWert des Zeilenabstands
maxWidthint32_tMaximale Breite in Pixeln für das Bild
AlphabetMorseAlphabetsAlphabet des Morsecodes
inputSeparatorchar16_tSymbol, das verwendet wird, um Wörter im codierten Text zu trennen
outputSeparatorchar16_tSymbol, das verwendet wird, um Wörter im decodierten Text zu trennen

ReturnValue

Decodierter Text im PNG-Format als Bytestrom

Siehe auch

IFontMorseDecoder::Decode(System::String, System::SharedPtr<IFont>, MorseAlphabets, char16_t, char16_t) method

Entschlüsselt Morsecode in Glyphen der angegebenen Schriftart.

virtual System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> Aspose::Font::TextUtils::IFontMorseDecoder::Decode(System::String morseText, System::SharedPtr<IFont> font, MorseAlphabets alphabet=Aspose::Font::TextUtils::MorseAlphabets::Latin, char16_t inputSeparator=u' ', char16_t outputSeparator=u'/')=0
ParameterTypBeschreibung
morseTextSystem::StringDurch Morsecode codierter Text, z.B. Text wie “… — …” (SOS)
fontSystem::SharedPtr<IFont>Font zum Abrufen von Glyphen, die sich auf den decodierten Text beziehen, aus
AlphabetMorseAlphabetsAlphabet des Morsecodes
inputSeparatorchar16_tSymbol, das verwendet wird, um Wörter im codierten Text zu trennen
outputSeparatorchar16_tSymbol, das verwendet wird, um Wörter im decodierten Text zu trennen

ReturnValue

Glyphs (glyph identifiers) related to decoded text

Siehe auch