home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / windows / win31 / truetype / ttfcnst.pas next >
Pascal/Delphi Source File  |  1992-04-06  |  155b  |  15 lines

  1. unit ttfcnst;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.         cm_About = 101;
  8.     cm_Shadows = 201;
  9.     cm_AlignmentMarks    =    202;
  10.     cm_Fonts    =    203;
  11.  
  12. implementation
  13.  
  14. end.
  15.