1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
# This config contains UTF-8-encoded elements used correctly, and a simple colored box design.
BOX designA
author "ๆฒๅฎธ" # in a value
designer "John Doe"
๐๐๐ช๐จ๐ ๐ฃ๐ "value" # in a keyword
Mix๐๐ "value"
sample
โโ [38;5;154mๆฒ[0m[38;5;184mๅฎธ[0m[38;5;184m [0m[38;5;184m่ฅ[0m[38;5;214mๆฑ[0m โโ
โ โงน
โ โฑ
โโโโโโโโโโโโโโโ
ends
# Monochrome sample (with UTF-8):
# โโ ๆฒๅฎธ ่ฅๆฑ โโ
# โ โงน
# โ โฑ
# โโโโโโโโโโโโโโโ
shapes {
n (" [38;5;154mๆฒ[0m[38;5;184mๅฎธ[0m[38;5;184m [0m[38;5;184m่ฅ[0m[38;5;214mๆฑ[0m ")
nw ("โ")
nnw ("โ")
nne ("โ")
ne ("โ")
e ("โ")
w ("โงน", "โฑ")
se ("โ")
s ("โ")
sw ("โ")
}
elastic (
nnw, nne, e, w, s
)
padding {
horiz 1
}
replace "รค" with "รถ"
reverse "รถ" to "รค"
END designA
BOX designB
author "John Doe"
designer "ๆฒๅฎธ"
revision "1.0.4-RC1"
revdate "May 4, 2023 (Pondฤlรญ 20:16h)"
sample
shape
ends
shapes {
w ("shape")
}
elastic (
n, e, w, s
)
END designB
|