Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Astro-2539/ZLabs-Pixel-12px
/ functions
Functions
18 in github.com/Astro-2539/ZLabs-Pixel-12px
⨍
Functions
18
◇
Types & classes
0
↓ 2 callers
Function
advanced_merge_kbitx_files
主函数:高级合并两个.kbitx文件 - file_a: 源文件A - file_b: 源文件B - hex_file: 十六进制Unicode值文件 - output_file: 合并后的输出文件
tools/kbitx_marge_selected.py:60
↓ 2 callers
Function
merge_kbitx_files
主函数:合并两个.kbitx文件 - file_a: 源文件A - file_b: 源文件B - output_file: 合并后的输出文件
tools/kbitx_marge_fallback.py:35
↓ 2 callers
Function
read_g_elements
读取.kbitx文件中的所有g元素,并以u属性为键存储到字典中
tools/kbitx_compare_old.py:3
↓ 2 callers
Function
read_kbitx
读取.kbitx文件,返回根元素
tools/kbitx_marge_fallback.py:7
↓ 2 callers
Function
read_kbitx
读取.kbitx文件,返回根元素
tools/kbitx_marge_selected.py:5
↓ 1 callers
Function
compare_files
比较两个文件中的g元素,并输出结果
tools/kbitx_compare_old.py:21
↓ 1 callers
Function
fix_mono_mode
(font: TTFont)
tools/build.py:14
↓ 1 callers
Function
font_name_table_set
(font: TTFont, region: str)
tools/build.py:23
↓ 1 callers
Function
get_g_elements_with_u
从根元素中提取所有g元素,并以u属性为键建立字典
tools/kbitx_marge_fallback.py:12
↓ 1 callers
Function
get_g_elements_with_u
从根元素中提取所有g元素,并以u属性为键建立字典
tools/kbitx_marge_selected.py:10
↓ 1 callers
Function
main
()
tools/build.py:70
↓ 1 callers
Function
merge_g_elements
将A中的g元素按u属性选择性合并到B中
tools/kbitx_marge_fallback.py:20
↓ 1 callers
Function
merge_g_elements_advanced
根据规则高级合并g元素到B文件的根中
tools/kbitx_marge_selected.py:29
↓ 1 callers
Function
parse_kbitx_file
(file_path)
tools/kbitx_parser.py:5
↓ 1 callers
Function
read_hex_values
读取.txt文件中的十六进制Unicode值,返回集合
tools/kbitx_marge_selected.py:19
↓ 1 callers
Function
write_kbitx
将合并后的根元素写入新的.kbitx文件
tools/kbitx_marge_fallback.py:30
↓ 1 callers
Function
write_kbitx
将合并后的根元素写入新的.kbitx文件
tools/kbitx_marge_selected.py:55
↓ 1 callers
Function
write_to_txt
(hex_values, output_path)
tools/kbitx_parser.py:30