Skip to content

Commit 39a4a1c

Browse files
committed
Put charset files in separate directory. Add Thailand.
1 parent ab60f34 commit 39a4a1c

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

FONT_TO_PY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ $ font_to_py.py -k extended FreeSans.ttf 23 my_extended_font.py
114114
`extended` which adds unicode characters `°μπωϕθαβγδλΩ` to those in the
115115
original ASCII set of printable characters. At risk of stating the obvious
116116
this will only produce useful results if the source font file includes all
117-
specified glyphs.
117+
specified glyphs. Charset files, and any specific documentation, may be found
118+
in the `charsets` directory.
118119

119120
The -c option may be used to reduce the size of the font file by limiting the
120121
character set. If the font file is frozen as bytecode this will not reduce RAM
File renamed without changes.
File renamed without changes.

charsets/Thailand

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!"#$%&'()*+,-./ก ข ฃ ค ฅ ฆ ง จ ฉ ช ซ ฌ ญ ฎ ฏ ฐ ฑ ฒ ณ ด ต ถ ท ธ น บ ป ผ ฝ พ ฟ ภ ม ย ร ฤ ล ฦ ว ศ ษ ส ห ฬ อ ฮ ฯ ะ ั า ำ ิ ี ึ ื ุ ู ฺ ฻ ฼ ฽ ฾ ฿ เ แ โ ใ ไ ๅ ๆ ็ ่ ้ ๊ ๋ ์ ํ ๎ ๏ ๐ ๑ ๒ ๓ ๔ ๕ ๖ ๗ ๘ ๙ ๚ ๛
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)