426
Platforms
©2000-2008 Tibbo Technology Inc.
Returns:
Total width of created output in pixels.
See Also:
,
Par
t
Description
str
Text to print.
x
X coordinate of the top-left corner of the text output. Value range is 0 to
-1.
y
Y coordinate of the top-left corner of the text output. Value range is 0 to
-1.
Details
For this method to work, a font must first be selected with the
method. The
and
properties
affect how the text is printed.
This method always produces a single-line text output. Use
if
you want to print several lines of text at once.
The display panel must be enabled (
= 1- YES) for this method to
work.
.Printaligned Method
Function:
Print texts, on several lines if necessary, within a
specified rectangular area.
Syntax:
lcd.printaligned(byref str as string,x as word,y as
word,width as word,height as word) as byte
Returns:
Total number of text lines produced.
See Also:
Par
t
Description
str
Text to print. Inserting ` character will create a line break.
x
X coordinate of the top-left point of the print area. Value range is 0 to
-1.
y
Y coordinate of the top-left point of the print area. Value range is 0 to
-1.
wid
th
Width of the print area in pixels.
hei
ght
Height of the print area in pixels.
Details
397
420
432
421
428
430
430
426
416
397
432
421