int PitchAndFamily, str FaceName)
Function: Sets the size, type, and properties of the font used when calling the
LCDWriteString method. The arguments are all defined in the LOGFONT
data structure (see CreateFont function of Windows API) in Windows
for logical fonts.
Arguments: Longs:
Height Height of the font in pixels.
Width Width of the font in pixels. If 0, the font mapper uses a
default width that matches the height.
Weight Font weight as a number between 0 and 900.
0 = default, 400 = normal, and 700 = bold.
Integers:
Italic If this value is non-zero, the text is italicized.
Underline If this value is non-zero, the text is underlined.
PitchAndFamily Specifies the pitch (fixed or variable width) and font
family used if the font you request is unavailable. If
you specify a font that's likely to be available, then this
argument can be left as 0.
String:
FaceName Name of the font. For example, "Times New Roman",
"Courier New", "Arial", "Comic Sans".
Return Value: Void.
_____________________________________________________________________
Copyright 1995 - 2005, Topaz Systems, Inc. All Rights Reserved, Patent Pending
Topaz Systems, Inc., 650 Cochran Street, Unit 6, Simi Valley, CA, USA, 93065
Phone: 805 520-8282 Fax: 805 520-0867 www.topazsystems.com