导航:  Printer Wrapper Procedures >

AfxGetPrinterTrueType

上一页返回章节概述下一页

描述

 

检索驾驶员的能力使用TrueType字体.

 

FreeBASIC 语法

 

FUNCTION AfxGetPrinterTrueType ( _

  BYREF wszPrinterName AS WSTRING _

) AS LONG

 

参数

 

wszPrinterName

 

打印机的名称.请注意,这是打印机的名称,而不是打印机驱动程序的名称.

 

返回值

 

返回下列值之一:

DCTT_BITMAP    Device can print TrueType fonts as graphics.

DCTT_DOWNLOAD  Device can download TrueType fonts.

DCTT_SUBDEV    Device can substitute device fonts for TrueType fonts.

 

引用文件

 

AfxPrinter.inc