Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Other MultiLanguage
Title: FontGen2 Download
 Description: Dot matrix font generation tools and associated display functions. When developing an embedded system, you need to display Chinese characters of different sizes or typefaces. Obviously, for an embedded system, vector fonts are not likely to be used, and font fonts, different sizes of fonts cannot be easily scaled. In addition, for a small system, there is no need for a complete font, often only a few dozen, even a few will be enough. In general, the method we use is to prepare the data for the matrix font, and then write the data into memory when displaying the Chinese characters. At this time, there is another problem, because it is an incomplete font, it can't be used to find the corresponding font data in the code of Chinese characters, and it takes time to compare it. A good way to do this is to sort the font data and find it using binary search, which can greatly improve the search efficiency. Here is a complete solution for the above problem: Generate font data: specify font type, size, and automatically generate font data. Font data sort: you can use Unicode, or you can sort by Ansi. Integration display function: provides the correlation display function. In order to save space, we divided the text into thin and wide, the former used to display the traditional ASCII character set, which is used to display Chinese characters and more (double) byte characters
 Downloaders recently: [More information of uploader lpc168]
  • [LCD222.ZIP] - -LCD simulator. You don t need to change
  • [font_hzk] - Chinese font can be used in embedded sys
  • [LCDFontConver] - font conversion program may be windows o
  • [PointFont] - Using VC 6.0 to generate GBK Chinese cha
  • [Draw] - Wince of drawing software source code, E
  • [kk] - TrueType fonts in the computer-aided emb
  • [ccc] - c++ interview see books. Absolute classi
  • [outlinefontttf] - A TTF font directly from the Medium Reso
  • [VC_6_0] - This article describes a common laser ma
File list (Check if you may need any files):

CodeBus www.codebus.net