Enum MorseAlphabets
MorseAlphabets enumeration
Represents set of alphabets supported for Morse code
public enum MorseAlphabets : byte
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
- assembly Aspose.Font