Due to the low functionality of INT 10H (in the early days when graphics cards were poor), most English software in the mid-DOS period mostly adopted the direct screen writing method. Modifying the character font method is not bad (this was tried by someone as early as 1994-1996, but it didn't become popular. In fact, there were earlier Chinese character cards using this technology, such as those built into the Great Wall 0520. On this type of machine, as long as GB2312-80 codes are output in text mode, Chinese is displayed. It realizes the recognition of double-byte codes and character dots by modifying the character font reading and display circuits and adding a hardware library of Chinese character fonts. (Single-byte characters above A0 are still recognized as Western tab characters, and the disadvantage is that consecutive tab characters are also recognized as Chinese characters). However, there are few characters that can be displayed simultaneously, and there are big problems with the compatibility of Western tab characters, so the practicality of large software localization is not very high. In the later DOS period, there were many special font libraries with graphical interfaces. (Of course, most of these had corresponding Chinese versions at this time). Generally speaking, although the character font modification method appeared in the early days of the Chinese character platform, due to many limitations, it is actually less and less used later, just like the method of built-in Chinese character libraries in printers, which is also less and less used.
In simple terms, modifying the character font is a very early technology, but few people use it.
[ Last edited by netwinxp on 2010-6-26 at 23:12 ]