home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / articles / vbdev / source / enmfntx.bas < prev    next >
Encoding:
BASIC Source File  |  1993-03-22  |  148 b   |  10 lines

  1. Option Explicit
  2.  
  3. Global nlf As NEWLOGFONT
  4.  
  5. Global ntm As NEWTEXTMETRIC
  6.  
  7. Global Const TMPF_TRUETYPE = 4
  8. Global Const TRUETYPE_FONTTYPE = 4
  9.  
  10.