home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / tpwin31.arj / TTFCNST.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-04-06  |  155 b   |  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.