Description:
Conversion method reads the character code table
Contains a small font creation method, the corresponding matrix extraction methods and fonts to use source code.
Principle: With the table to locate. First, create a 94* 94 of the index table, area code and the corresponding 94-bit code. Then create an array to store the matrix. Establishment of small font when the font is written in the array position index table corresponding location. When reading the index table to be directly targeted to rearrange the location of the font code, so I call this code table conversion method. This is a space for time approach.
Advantages:
We did not find, or determine, locate high efficiency.
Can support the number of characters limited only by memory.
Matrix related to the location and area code, easy to use.
Disadvantages:
Index table will take up additional memory. This is arguably the most deadly is the only drawback.
To Search:
File list (Check if you may need any files):
ZKTQ.C
ZKTQ.exe
码表转换法读取字库.txt
程序示例\DEMO.C
........\DEMO.EXE
........\HZK.h
程序示例