]> Shamusworld >> Repos - ttedit/blob - src/charnames.h
Fix zoom to zoom in/out from the center.
[ttedit] / src / charnames.h
1 //
2 // charnames.h
3 //
4 // A header file that links Unicode character names to character numbers.
5 // Also, throws in the Macintosh standard glyph names to boot.
6 //
7 // by James L. Hammons
8 //
9
10 extern unsigned char macStdNames[];
11 extern unsigned char unicodeChars[];
12
13 /*struct unicodeChar
14 {
15   int cNum;
16
17 };*/
18