1 Star 18 Fork 3

NFSL2001 / CJK-character-count

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 8.45 KB
一键复制 编辑 原始数据 按行查看 历史
NFSL2001 提交于 2021-09-19 04:23 . update README.md.

Banner of CJK-character-count

CJK-character-count

This is a program that counts the amount of CJK characters based on Unicode ranges and Chinese encoding standards.

此软件以统一码(Unicode)区块与汉字编码标准统计字体内的汉字数量。

Download here. 在此下载。


Important note 重要资讯

Main repository is on GitHub. This repo will only be deleted and re-updated if I remembered to do so.

主仓库为GitHub。本仓库只在本人记得时删除重新更新。


How this works 如何运作

This program accepts 1 font file at a time (OpenType/TrueType single font file currently) and extract the character list from cmap table, which records the Unicode (base-10)-glyph shape for a font. The list is then parsed to count the amount of characters based on Unicode ranges (comparing the hexadecimal range) and Chinese encoding standards (given a list of .txt files with the actual character in it).

此软件可计算一套字体内的汉字数量,目前只限OpenType/TrueType单字体文件而已。导入字体时,软件将从cmap表(储存字体内(十进制)统一码与字符对应的表)提取汉字列表,然后以该列表依统一码区块(比对十六进制码位)与汉字编码标准(比对 .txt文件)统计字体内的汉字数量。

Currently supported font formats 支援的字体格式

Major font formats are supported in this software.

主要字体格式本软件皆都支援。

*.ttf, *.otf, *.woff, *.woff2, *.ttc, *.otc

Currently supported encoding standard/standardization list 支援的编码标准/汉字表

Details of the character lists can be found in https://github.com/NightFurySL2001/cjktables.
字表详情可参见 https://github.com/NightFurySL2001/cjktables

Encoding standard 编码标准

Standardization list 汉字表

Foundry list 厂商字表

Software interface 软件界面

main.exe is the English version, main-zhs.exe is the Chinese (Simplified) version, main-zht.exe is the Chinese (Traditional) version.

main.exe 为英文版,main-zhs.exe 为简体中文版,main-zht.exe 为繁体中文版。

Dependencies 依赖模块

  • tkinter
    For software display. Non-commercial use module, should be removed and replaced in next version.
    使用于软件显示。非商用模块,应在未来移除与替换该模块。

  • fontTools
    Extract cmap table.
    提取 cmap 表。

  • pyglet
    ZHT only: Set the GUI Font to custom font (Genyog).
    繁中版:设置界面字体为自定义字体(源样黑体)。

  • pyinstaller
    Build executable for Windows in release.
    编译软件成可执行软件。发布版内提供 Windows 版本。

License 授权

This software is licensed under MIT License. Details of the license can be found in the accompanying LICENSE file.

本软件以 MIT 授权条款发布。授权详情可在随附的 LICENSE 文件内查阅。

To build 如何构建

Please install latest version of Python 3.

请先安装最新版本的 Python 3

Dependencies 安装依赖模块

pip3 install fonttools
pip3 install pyglet
pip3 install pyinstaller

Building software 构建软件

Download the required .spec files from release.

请从发布页下载需要的 .spec 文件。

// To build single language
pyinstaller main.spec
pyinstaller main-zhs.spec
pyinstaller main-zht.spec

// To build full folder, use the provided .bat file
.\batch.bat

To-do 待办事项

  • Redesign GUI with Kivy.

Changelog 更新日志

Refer to readme.txt. 参考readme.txt


This program is requested by MaoKen. Visit their site to see this in action.

此软件由猫啃网要求。浏览该网址以查看使用方式。

Python
1
https://gitee.com/NightFurySL2001/CJK-character-count.git
git@gitee.com:NightFurySL2001/CJK-character-count.git
NightFurySL2001
CJK-character-count
CJK-character-count
master

搜索帮助