让非汉字系统显示汉字!
最新版本——VtMagiK.COM 6.30版
——增加简写K.COM,支持BCDW中文子菜单,修改帮助信息,增加额外提示
帖子在19楼http://www.cn-dos.net/forum/viewthread.php?tid=43866&fpage=1&highlight=&page=2,
下载http://www.cn-dos.net/forum/attachment.php?aid=4409&checkid=bcc09&download=1。
怎样才能让CONFIG.SYS里的菜单显示中文啊?
http://www.cn-dos.net/forum/viewthread.php?tid=23720&fpage=1
『第 2 楼』:
如果你使用MSDOS系列的DOS,在CONFIG.SYS中靠MS的是不可能显示汉字菜单的!
『第 10 楼』:
1. 编辑好你的CONFIG.SYS。
2. vtmagic /t config.sys
3. ren config.sys *.old
ren config.new *.sys
4. 拷贝config.sys、config.exe到你的启动盘根目录。
5. 重启,中文菜单应该成功!
『第 11 楼』:
谢谢本是的指教,我在纯dos下运行成功了,呵呵!再次表示感谢!
让非汉字系统显示汉字!K.COM 6.30版(恢复原本+支持BCDW)
【新新名词】
模载之母:“模载”生成软件
模载: VGA字模CG重载
CG: 字符生成器
器: 内存
新内码: ASCII单字节内码,范围:00~FF共256个ASCII码位,理论上等于128个汉字
码位,但是为保证正常英文显示,模载限用128个扩展ASCII码80H--0FFH
(64个汉字)
旧内码: GBK双字节内码,范围:8140~FEFE(剔除xx7F)共23940个码位
【简要介绍】
模载之母 K.COM (全名VtMagiK.COM)是一款汉字字模提取和载入程序,以便在VGA
屏幕文本状态下显示可载入替换的字符集,通过载入用户定义的字模实现特定字形(
如汉字)的显示。她是VT家族中最成熟、出错与帮助信息丰富、功能全面的主打成员,
只要有汉字库如GBK16或HZK16,就能脱离汉字系统,实现汉字显示;只要有模载程序,
你甚至可以脱离汉字库——因为库已缩小收在模载中了!
EGA/VGA 的点阵字符集存放在显示卡的位平面2(即显示RAM)上,用户可以通过EGA/
VGA 提供的接口,修改点阵字符集信息,来装载(不改变当前屏幕上的显示信息)和使用
自己喜欢的字体。然后,在文本视频模式下就可以显示新字形了。这就是“非汉字系统
显示汉字”技术,它速度与英文一样快,而且不消耗内存。可用于 DOS提示符下代替汉
字系统以实现汉字字形显示,甚至用于CONFIG.SYS帮助DOS系统实现启动菜单显示中文。
这可以说是很高效的技术,但生成“非汉字系统显示汉字的程序”的程序,一般是
靠BT32.EXE,但它体积大,使用麻烦——要自己对照着ASCII码表输入扩展ASCII码字符。
因此本人制作了一个体积小巧(新版约7.5K)的生成器K.COM,能:
1.自动生成 字模载入程序.EXE(用于命令行/启动配置CONFIG.SYS!)
2.自动生成 新内码文本.NEW (不再需要BT32.EXE那样手工输入!)
甚至:
3.恢复原始文本.OLD (只是要有.NEW和.EXE文件!)
目前为保证正常英文显示,K.com限于替换扩展ASCII码字符,最多只能同屏显示64
个不同汉字; 但替换字模的次数是没有限制的, 即要显示不同内容, 只要载入不同的字
模, 同屏限64, 总数却是无限的!
而且本程序不仅能做到“非汉字系统显示汉字”, 还能让汉字显示得和启动了汉字
系统后显示的汉字一模一样(即无缝——没有中间的断裂)! 新版本还能自动生成对应于
原字符串或文本文件的新内码文件,从此不用再像用BT32.EXE那么麻烦地手工输入!因
为BT32太大、使用太麻烦, 所以我才想到要用汇编重写代码, 从汉字库取字模而不是屏
幕, 以实现脱离汉字系统和使用多种字体的目的,并在willsort版主的建议下实现了自
动替换.)
更为方便的是好还可以让你不用生成文件再显示,可以通过在 K的命令行上使用汉
字直接显示相关的字形,只要有汉字库,就可以脱离汉字系统显示汉字了。而且,只要
K.COM与字库同在一个目录,就可以在其它目录跨国调用!
新版本已经支持简体中文GBK码, 方便WINDOWS 中输入和编辑文本——这是旧内码,
但新内码的.NEW文件永远不能在视窗环境中编辑! 因为中文 WINDOWS系统采用双字节编
码,会将单字节的新内码视作乱码而重配,造成系统认为正常而用户无法解读的结果。
因为模载程序 .EXE文件中已经包含不重复汉字列表, 只要有从同一文件文件生成
的新内码文本.NEW及含旧内码不重复汉字列表的.EXE,就能恢复出旧内码文本(即原始
文本), 这是VT系列软件中最贴心的功能!
支持对BCDW的ChineseN.INI文件中文子菜单的支持,生成特殊的.FNT及.NEW.每次
最多可替换32个汉字. 通过给出不同的子菜单,可使用许多汉字.
【友情提醒】
无缝和有缝汉字的设置在某些液晶显示器上会引起“频率宽度不足”或“刷新频
率超界”的错误,形成兼容性问题,所以,不建议在公用启动盘中使用。公用启动盘
请加-M0参数取消缝设置。
MS-DOS的系统菜单无法在选择之前显示汉字菜单项!所以,请借助第三方
工具如ConMenu.SYS或ConfigP.mnu或BOOT.SYS或BOOTCON.SYS等。
用VtMagiK或VtMagiC生成的.EXE文件如果已经不再修改,最好用VtSlim压缩执行核心,并用DIET -B xxxx.exe(用于CONFIG.SYS)或UPX -9 xxxx.exe(在DOS命令行或纯DOS下使用)压缩,以进一步缩小体积。
【版本历史】
0.00 05.12.01 VTF软件包(MKHZ/NEWHZ/VTHZMK.COM),生成模载.com
1.00 05.12.07 单文件一体版VTHZMK.COM,生成模载.exe(执行与驱动二用),
增加命令9/8/0/3设置有缝汉字,无缝汉字,原视频模式重置,
视频模式3重置, 智能识别中英文屏幕模式以显示中文信息
2.0a 05.12.16 VTHZMK.COM,-m/i/s/c/y缝模式/提示语言/起始码/新内码顺序
/字库风格; /f/i/s从文件/输入/命令行文本生成模载,
/y等待按键,/r恢复字模或视频模式,/h选择语言显示帮助
2.0b-d 05.12.20 检测中文显示环境自动选择中英文提示信息,省略-i和/h,丰富
帮助信息,/?写出错及帮助信息入文件,/+合并多个.EXE文件
2.0e-f 06.01.05 VTHZMK.com改名VTmagic.com惟她没治,修正的BUG,除我发现的还有:
修正命令行检测.和-的错误(感谢版主willsort测试指出),
检测不到81h位的/等字符(感谢fdsiuha网友测试指出),
/r8命令带不带0的作用错误(感谢LiveOnLove测试网友指出);
/r命令带0则保留屏幕信息、否则清屏(对DOS的CLS命令有持续影响)
3.0a-b 06.01.20 字模逐字扩展命令 /^H横H扩Z纵Z扩K纵K横K扩,显示信息可指定语言:
中/英/自动判断语言
5.01 06.01.27 优化载入字模核心
5.10 06.10.20 -M0用于液晶屏LCD上取消8/9点设置(以免引起频率宽度不够的错误)
/R0恢复默认的系统字模(不改变屏宽或屏幕内容)
5.20 07.10.20 只要VTmagic.com与hzk16同一目录,任意目录调用,
方便无盘启动、工具软/光/U盘,-Y空格恢复默认的HZK16字库
6.00 08.10.20 GBK版,改名VtMagiK.com,支持GBK中文,方便WINDOWS操作系统中编辑
原始文本(.NEW不行!);支持GBK16x系列字库名,GBK16x、HZK16x共存
时,GBK系列优先;在软件目录中没有GBK16字库的前提下,如果原文本
中有GBK扩展汉字,则.NEW正常,.EXE中相关字模清零(显示空白).
原来的合并命令改成M或m;原来的扩大命令改成K或k;
修正显示新内码扩大字符的显示错误.
6.10 08.10.26 在软件目录中没有GBK16和HZK16时支持汉字DOS屏幕取字模,
修改与GBK及象素转字模相关的帮助信息和出错信息,
增加提及相关软件及开发者网名:中国DOS联盟论坛的YAYA及
CONMENU.SYS/CONFIGP.MNU, 无忧启动论坛的弄潮儿及VTEDIT
6.20 08.11.25 VtMagiK.com中文名改为模载之母——以便名符其实;
第一次编写了VtMagiK.com的版本历史;
增加/B命令,从.NEW和.EXE文件恢复旧内码文本到文件(出错时到
屏幕);修改帮助信息;增加出错信息;取消P/I/T命令大小写区别,
改作/P/I/T为显示命令, /PP/II/TT为生成命令, 以减少输入时
的大小写切换.
6.30 08.11.27 为VtMagiK.com增加简写K.com,以方便用户在测试和使用中减少
打字负担. 增加/W命令, 实现对BCDW的ChineseN.INI文件中文菜
单的支持, 生成.NEW特殊的.FNT及.NEW; 纠正针对 -C1的起始替
换码设定与检测错误; 增加不重复汉字数量超界时的提示,使它
更直观明了; 帮助信息多处修改和增加; 为/?命令增加了额外提
示, 方便用户面对特殊情况.
【相关链接】
让非汉字系统显示汉字!模载作坊V.com 2.01版
http://www.cn-dos.net/forum/viewthread.php?tid=44248&fpage=1
让非汉字系统显示汉字!K.COM 6.30版(恢复原本+支持BCDW)
http://www.cn-dos.net/forum/viewthread.php?tid=43866&fpage=1
1.新版 VtMagiK.com V6.00 GBK版 (VtGbk.com也更新到3.00版,改写了命令行参数格式,请查帮助信息),下载
http://www.cn-dos.net/forum/attachment.php?aid=4302&checkid=0b6b2&download=1。
2.新版6.10——支持汉字DOS屏幕取字模,帖子在9楼,下载
http://www.cn-dos.net/forum/attachment.php?aid=4320&checkid=9d634&download=1。
3.新版6.20——贴心支持从.NEW和.EXE文件恢复原始文本,帖子在18楼,下载
http://www.cn-dos.net/forum/attachment.php?aid=4402&checkid=24a29&download=1。
4.最新版本6.30——增加简写K.COM,支持BCDW中文子菜单,帖子在19楼,下载http://www.cn-dos.net/forum/attachment.php?aid=4409&checkid=bcc09&download=1。
让非汉字系统显示汉字!5.20新版
http://www.cn-dos.net/forum/viewthread.php?tid=17591&fpage=2
【相关工具】
ConMenu.sys:
http://www.cn-dos.net/forum/attachment.php?aid=998&checkid=48584&download=1
ConfigP.mnu:
http://www.cn-dos.net/forum/attachment.php?aid=1158&checkid=635f9&download=1
【相关字库】
WINDOWS下面生成的不同字体风格的HZK16和GBK16:
http://www.cn-dos.net/forum/viewthread.php?tid=18934&fpage=1
宋仿黑楷幼圆:
http://www.cn-dos.net/forum/attachment.php?aid=895&checkid=42848&download=1
粗细繁隶:
http://www.cn-dos.net/forum/attachment.php?aid=896&checkid=b5b6b&download=1 (X类XZL,L隶书效果较差;CXV是DOS汉字系统原配)
GBK16SFHK.PART01.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3283&checkid=1ded7&download=1
GBK16SFHK.PART02.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3284&checkid=1ded7&download=1
GBK16SFHK.PART03.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3285&checkid=1ded7&download=1
GBK16SFHK.PART04.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3286&checkid=1ded7&download=1
GBK16SFHK.PART05.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3287&checkid=1ded7&download=1
要兼容请用vtCVT.com(下载http://www.cn-dos.net/forum/attachment.php?aid=4308&checkid=f69e5&download=1),帖子内容在8楼。
问:如果用VtEdit來做中文選單,那還需要用hzk16來掛字型嗎?
答:VT新内码编辑器VtEdit.exe for Win98/ME/NT/2000/XP(帖子见
http://bbs.wuyou.com/viewthread.php?tid=100870&extra=page%3D1)是无忧启动的弄潮儿写的程序,用于窗口操作系统下编辑新内码文本和生成相关文件的软件,用VB编写。生成的载入程序是VtMagic.com 5.20版的核心,但由于一个多余字节造成字模数据错位,显示字形顶部缺少一条象素线,结果让VtSlim.com不能压缩其载入核心使体积更小。而且VtMagic.com功能多而强大,详情请查帮助信息!!!VtEdit它可以在窗口环境下方便使用,能生成GBK16汉字库(当然其它程序也有此功能),能生成BCDW的字库。替代VtMagic是不可能的,二者各取其长、联合使用吧!
详细差别请阅
http://www.cn-dos.net/forum/viewthread.php?tid=18934&page=12&fpage=1(172楼)
Last edited by 本是 on 2008-12-5 at 10:23 ]
Display Chinese Characters in Non-Chinese Systems!
Latest Version - VtMagiK.COM Version 6.30
- Added the abbreviation K.COM, supported BCDW Chinese submenus, modified help information, and added additional prompts
The post is on floor 19
http://www.cn-dos.net/forum/viewthread.php?tid=43866&fpage=1&highlight=&page=2,
Download
http://www.cn-dos.net/forum/attachment.php?aid=4409&checkid=bcc09&download=1.
How can I make the menu in CONFIG.SYS display Chinese?
http://www.cn-dos.net/forum/viewthread.php?tid=23720&fpage=1
:
If you use the MSDOS series of DOS, it is impossible to display Chinese menus with MS's in CONFIG.SYS!
:
1. Edit your CONFIG.SYS .
2. vtmagic /t config.sys
3. ren config.sys *.old
ren config.new *.sys
4. Copy config.sys and config.exe to the root directory of your boot disk.
5. Restart, and the Chinese menu should be successful!
:
Thanks to the guidance of Ben Shi, I succeeded in running it in pure DOS, hehe! Thanks again!
Display Chinese Characters in Non-Chinese Systems! K.COM Version 6.30 (Restore Original + Support BCDW)
【New Terms】
Mother of Mode Loading: "Mode Loading" generation software
Mode Loading: VGA character pattern CG heavy loading
CG: Character generator
Device: Memory
New Code: ASCII single-byte code, range: 00~FF, total 256 ASCII code positions, theoretically equal to 128 Chinese character code positions, but to ensure normal English display, mode loading limits the use of 128 extended ASCII codes 80H--0FFH (64 Chinese characters)
Old Code: GBK double-byte code, range: 8140~FEFE (excluding xx7F), total 23940 code positions
【Brief Introduction】
Mother of Mode Loading K.COM (full name VtMagiK.COM) is a Chinese character pattern extraction and loading program, so as to display replaceable character sets in the text state of the VGA screen, and realize the display of specific glyphs (such as Chinese characters) by loading user-defined character patterns. It is the most mature member of the VT family, with rich error and help information, and comprehensive functions. As long as there is a Chinese character library such as GBK16 or HZK16, it can display Chinese characters without a Chinese character system; as long as there is a mode loading program, you can even be independent of the Chinese character library - because the library has been reduced and stored in the mode loading!
The dot matrix character set of EGA/VGA is stored in bit plane 2 (that is, display RAM) of the display card. Users can modify the dot matrix character set information through the interface provided by EGA/VGA to load (without changing the display information on the current screen) and use the font they like. Then, the new glyphs can be displayed in the text video mode. This is the "display Chinese characters in non-Chinese systems" technology, which is as fast as English and does not consume memory. It can be used to replace the Chinese character system under the DOS prompt to realize Chinese character glyph display, and even be used in CONFIG.SYS to help the DOS system realize the display of Chinese in the startup menu.
This can be said to be a very efficient technology, but the program that generates "the program for displaying Chinese characters in non-Chinese systems" is generally dependent on BT32.EXE, but it is large in size and troublesome to use - you need to input extended ASCII code characters according to the ASCII code table by yourself. Therefore, I made a small-sized (about 7.5K in the new version) generator K.COM, which can:
1. Automatically generate the font loading program.EXE (for command line/startup configuration CONFIG.SYS!)
2. Automatically generate the new code text.NEW (no longer need to input manually like BT32.EXE!)
Even:
3. Restore the original text.OLD (only if there are.NEW and.EXE files!)
Currently, to ensure normal English display, K.com is limited to replacing extended ASCII code characters, and at most 64 different Chinese characters can be displayed on the same screen; but the number of times of replacing character patterns is unlimited, that is, to display different contents, as long as different font patterns are loaded, 64 are limited on the same screen, but the total number is unlimited!
And this program can not only achieve "display Chinese characters in non-Chinese systems", but also make the Chinese characters display exactly the same as the Chinese characters displayed after starting the Chinese character system (that is, seamless - no intermediate breaks)! The new version can also automatically generate the new code file corresponding to the original string or text file, so you no longer need to input manually as troublesome as using BT32.EXE! Because BT32 is too large and troublesome to use, so I thought of rewriting the code in assembly, taking the character pattern from the Chinese character library instead of the screen, to realize the purpose of being independent of the Chinese character system and using multiple fonts, and under the suggestion of version master willsort, automatic replacement is realized.
More conveniently, you can also display related glyphs directly with Chinese characters on the command line of K, as long as there is a Chinese character library, you can display Chinese characters without a Chinese character system. Moreover, as long as K.COM and the character library are in the same directory, they can be called across directories in other directories!
The new version has supported simplified Chinese GBK code, which is convenient for inputting and editing text in WINDOWS - this is the old code, but the.NEW file of the new code can never be edited in the Windows environment! Because the Chinese WINDOWS system adopts double-byte encoding, it will regard the single-byte new code as garbled code and reconfigure it, resulting in the result that the system thinks it is normal but the user cannot interpret it.
Because the mode loading program.EXE file already contains the non-repeating Chinese character list, as long as there is the new code text.NEW generated from the same file and the.EXE containing the non-repeating Chinese character list of the old code, the old code text (that is, the original text) can be restored, which is the most intimate function in the VT series software!
Supported the support for the Chinese submenu of the BCDW's ChineseN.INI file, generated special.FNT and.NEW. Up to 32 Chinese characters can be replaced at a time. By giving different submenus, many Chinese characters can be used.
【Friendly Reminder】
The setting of seamless and seamless Chinese characters may cause errors such as "insufficient frequency width" or "refresh frequency over limit" on some LCD monitors, forming compatibility problems, so it is not recommended to use it in public boot disks. Use the -M0 parameter to cancel the seam setting for public boot disks.
The MS-DOS system menu cannot display Chinese menu items before selection! Therefore, please use third-party tools such as ConMenu.SYS or ConfigP.mnu or BOOT.SYS or BOOTCON.SYS, etc.
If the.EXE file generated by VtMagiK or VtMagiC is no longer modified, it is best to use VtSlim to compress the execution core, and use DIET -B xxxx.exe (for CONFIG.SYS) or UPX -9 xxxx.exe (used under DOS command line or pure DOS) to compress, so as to further reduce the volume.
【Version History】
0.00 05.12.01 VTF software package (MKHZ/NEWHZ/VTHZMK.COM), generates mode loading.com
1.00 05.12.07 Single-file integrated version VTHZMK.COM, generates mode loading.exe (used for both execution and driver),
Added commands 9/8/0/3 to set seamless Chinese characters, seamless Chinese characters, original video mode reset,
Video mode 3 reset, intelligent recognition of Chinese and English screen modes to display Chinese information
2.0a 05.12.16 VTHZMK.COM,-m/i/s/c/y seam mode/prompt language/start code/new code order
/字库风格; /f/i/s generates mode loading from file/input/command line text,
/y wait for key press,/r restore font pattern or video mode,/h select language to display help
2.0b-d 05.12.20 Detect Chinese display environment to automatically select Chinese and English prompt information, omit -i and/h, enrich
Help information, /? Write error and help information into the file, /+ merge multiple.EXE files
2.0e-f 06.01.05 VTHZMK.com renamed VTmagic.com only she can't cure, corrected bugs, in addition to the ones I found:
Corrected the error of command line detection. and- (thank you version master willsort for testing and pointing out),
Can't detect characters such as / at 81h position (thank you fdsiuha netizen for testing and pointing out),
/r8 command with or without 0 has wrong effect (thank you LiveOnLove testing netizen for pointing out);
/r command with 0 retains screen information, otherwise clears the screen (has continuous impact on DOS's CLS command)
3.0a-b 06.01.20 Character pattern word expansion command /^H horizontal H expansion Z vertical Z expansion K vertical K horizontal K expansion, display information can specify language:
Chinese/English/automatic language judgment
5.01 06.01.27 Optimized font loading core
5.10 06.10.20 -M0 is used to cancel 8/9 point setting on LCD LCD (to avoid error of insufficient frequency width)
/R0 restore default system font pattern (do not change screen width or screen content)
5.20 07.10.20 As long as VTmagic.com and hzk16 are in the same directory, they can be called in any directory,
Convenient for diskless startup, tool soft/light/USB disk, -Y space restore default HZK16 font library
6.00 08.10.20 GBK version, renamed VtMagiK.com, supported GBK Chinese, convenient for editing in WINDOWS operating system
Original text (.NEW no!); supported GBK16x series font library names, GBK16x, HZK16x coexist
When, GBK series takes precedence; if there is no GBK16 font library in the software directory, if there are GBK extended Chinese characters in the original text, then.NEW is normal, and the relevant font patterns in.EXE are cleared (display blank).
The original merge command is changed to M or m; the original expansion command is changed to K or k;
Corrected the display error of expanding characters with new code.
6.10 08.10.26 Supports Chinese character DOS screen font pattern extraction when there is no GBK16 and HZK16 in the software directory,
Modified help information and error information related to GBK and pixel to font pattern,
Added mention of relevant software and developer net names: YAYA of China DOS Union forum and
CONMENU.SYS/CONFIGP.MNU, Nongchao'er of Wuyou Boot Forum and VTEDIT
6.20 08.11.25 The Chinese name of VtMagiK.com is changed to Mother of Mode Loading - to be worthy of the name;
For the first time, the version history of VtMagiK.com was written;
Added /B command, restore old code text to file from.NEW and.EXE files (to screen when wrong); modified help information; added error information; canceled case distinction of P/I/T commands,
Changed /P/I/T to display command, /PP/II/TT to generate command, to reduce case switching during input.
6.30 08.11.27 Added the abbreviation K.com for VtMagiK.com to facilitate users to reduce typing burden during testing and use. Added /W command to realize support for BCDW's ChineseN.INI file Chinese menu,
Generate.NEW special.FNT and.NEW; correct the detection error of the starting replacement code setting for -C1; add prompt when the number of non-repeating Chinese characters exceeds the limit, make it more intuitive; modify and add help information in many places; add additional prompt for /? command,
Facilitate users to face special situations.
【Related Links】
Display Chinese Characters in Non-Chinese Systems! Mode Loading Workshop V.com Version 2.01
http://www.cn-dos.net/forum/viewthread.php?tid=44248&fpage=1
Display Chinese Characters in Non-Chinese Systems! K.COM Version 6.30 (Restore Original + Support BCDW)
http://www.cn-dos.net/forum/viewthread.php?tid=43866&fpage=1
1. New version VtMagiK.com V6.00 GBK version (VtGbk.com is also updated to version 3.00, the command line parameter format is rewritten, please check the help information), download
http://www.cn-dos.net/forum/attachment.php?aid=4302&checkid=0b6b2&download=1.
2. New version 6.10 - supports Chinese character DOS screen font pattern extraction, the post is on floor 9, download
http://www.cn-dos.net/forum/attachment.php?aid=4320&checkid=9d634&download=1.
3. New version 6.20 - intimate support for restoring original text from.NEW and.EXE files, the post is on floor 18, download
http://www.cn-dos.net/forum/attachment.php?aid=4402&checkid=24a29&download=1.
4. Latest version 6.30 - added abbreviation K.COM, supported BCDW Chinese submenus, the post is on floor 19, download http://www.cn-dos.net/forum/attachment.php?aid=4409&checkid=bcc09&download=1.
Display Chinese Characters in Non-Chinese Systems! Version 5.20 New Version
http://www.cn-dos.net/forum/viewthread.php?tid=17591&fpage=2
【Related Tools】
ConMenu.sys:
http://www.cn-dos.net/forum/attachment.php?aid=998&checkid=48584&download=1
ConfigP.mnu:
http://www.cn-dos.net/forum/attachment.php?aid=1158&checkid=635f9&download=1
【Related Font Libraries】
HZK16 and GBK16 of different font styles generated under WINDOWS:
http://www.cn-dos.net/forum/viewthread.php?tid=18934&fpage=1
Song, Fang, Hei, Kai, You Yuan:
http://www.cn-dos.net/forum/attachment.php?aid=895&checkid=42848&download=1
Thick, Thin,繁, Li:
http://www.cn-dos.net/forum/attachment.php?aid=896&checkid=b5b6b&download=1 (X type XZL, L Li effect is poor; CXV is the original match of DOS Chinese character system)
GBK16SFHK.PART01.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3283&checkid=1ded7&download=1
GBK16SFHK.PART02.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3284&checkid=1ded7&download=1
GBK16SFHK.PART03.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3285&checkid=1ded7&download=1
GBK16SFHK.PART04.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3286&checkid=1ded7&download=1
GBK16SFHK.PART05.RAR:
http://www.cn-dos.net/forum/attachment.php?aid=3287&checkid=1ded7&download=1
Please use vtCVT.com for compatibility (download http://www.cn-dos.net/forum/attachment.php?aid=4308&checkid=f69e5&download=1), the post content is on floor 8.
Question: If I use VtEdit to make a Chinese menu, do I still need to use hzk16 to hang the font?
Answer: VT New Code Editor VtEdit.exe for Win98/ME/NT/2000/XP (the post is seen
http://bbs.wuyou.com/viewthread.php?tid=100870&extra=page%3D1) is a program written by Nongchao'er of Wuyou Boot, a software for editing new code text and generating related files under the window operating system, written in VB. The generated loading program is the core of VtMagic.com version 5.20, but due to a redundant byte causing the font pattern data to be misaligned, a pixel line is missing at the top of the displayed glyph, resulting in VtSlim.com not being able to compress its loading core to make the volume smaller. And VtMagic.com has many functions and is powerful, for details, please check the help information!!! VtEdit can be used conveniently under the window environment, can generate GBK16 Chinese character library (of course, other programs also have this function), can generate BCDW's font library. It is impossible to replace VtMagic, and the two can make use of their own advantages and be used together!
For detailed differences, please read
http://www.cn-dos.net/forum/viewthread.php?tid=18934&page=12&fpage=1 (floor 172)
Last edited by 本是 on 2008-12-5 at 10:23 ]