_TITLE "Text SUB demo" 'b+ 2020-10-06
PRINT " Carlos" '= Standard characters - R Text 10, 26, 32, &HFF008000, "Bplus"
'PRINT "Bplus" ' = Characters 2 x greater than the standard - G
Text 10, 68, 48, &HFF0000FF, "QB64"
'PRINT "QB64" '= Characters 2.5 x larger than the standard - B.
Text 10, 126, 64, &HFFFFBB00, "Steve"
END ' <<<<<<<<< notice color at end, same as original color setting
'screen snapshot
multi = textHeight / 16
xlen
= LEN(txt$
) * 8 * multi