Advanced Printer Driver Sample Programs


Displaying Alphanumeric Characters

Displays "Hello APD!" with a device font on the customer display.

Win32 Environment

This sample program displays with the device fonts, DM-D 1st Line and DM-D 2nd Line.

Also clears flashing or display with a control font.

Programming Language
Source
Executable file
Link Storage location 32 bit 64 bit
C++ Source folder [Expanded folder]\Sample\src\C++\CustomerDisplay\Program01\ .exe .exe

.NET Environment

In .NET environment, you cannot specify a device font in the customer display directly.
To print a device font, specify so that a specified TrueType font is replaced by a device font.

<Replacing fonts>
Go to Printing Preferences in the printer driver, select the Advanced Settings tab, and start up the Utility.
Set as shown below.

TrueTypeFont Device Font Name
Consolas control
Lucida Console DM-D 1st Line
Courier New DM-D 2nd Line

This sample program prints control point with Consolas 9-point, and DM-D 1st Line point with Lucida Console 8.5-point, and DM-D 2nd Line point wiht Courier New 8.5-point.

Programming Language
Source
Executable file
Link Storage location 32 bit 64 bit
C# Source folder [Expanded folder]\Sample\src\C#\CustomerDisplay\Program01\ .exe .exe
VB.NET Source folder [Expanded folder]\Sample\src\VBNET\CustomerDisplay\Program01\ .exe .exe
Top
Page top