Aspose::Font::TextUtils::MorseAlphabets enum
MorseAlphabets enum
Represents set of alphabets supported for Morse code.
enum class MorseAlphabets : uint8_t
Values
Name | Value | Description |
---|---|---|
Latin | 0 | The Latin Morse code alphabet. |
Greek | 1 | The Greek Morse code alphabet. |
Cyrillic | 2 | The Cyrillic code alphabet. |
Hebrew | 3 | The Hebrew code alphabet. |
Arabic | 4 | The Arabic code alphabet. |
Portuguese | 5 | The Portuguese code alphabet. |
Kurdish | 6 | The Kurdish code alphabet. |
Persian | 7 | The Persian (Farsi) code alphabet. |
See Also
- Namespace Aspose::Font::TextUtils
- Library Aspose.Font for C++