File: 176_utf8_design_list.cfg

package info (click to toggle)
boxes 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: ansic: 10,566; lex: 517; sh: 503; makefile: 309; yacc: 272; lisp: 78
file content (74 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
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
    โ”โ” ๆฒๅฎธ ่‹ฅๆฑ โ”โ”“
    โ”ƒ             โงน
    โ”ƒ             โ•ฑ
    โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”›
ends

# Monochrome sample (with UTF-8):
# โ”โ” ๆฒๅฎธ ่‹ฅๆฑ โ”โ”“
# โ”ƒ             โงน
# โ”ƒ             โ•ฑ
# โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”›

shapes {
     n (" ๆฒๅฎธ ่‹ฅๆฑ ")
     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