Oops Sorry!
I'm still not exactly sure what you need but I'll try.
First of all there is the text "string",x,y
though that wouldn't be your own drawn fonts unless you actually install them to the windows system.
I'll read your reply again. To see if I can get my head around what it is you need to do.
as far as integer to string and other conversions we have:
ASC : Return Integer=ASC(String)
BIN$ : Return String=BIN$(Value)
CHR$ : Return String=CHR$(Value)
HEX$ : Return String=HEX$(Value)
LEFT$ : Return String=LEFT$(String,Value)
LEN : Return Integer=LEN(String)
LOWER$ : Return String=LOWER$(String)
MID$ : Return String=MID$(String,Value)
RIGHT$ : Return String=RIGHT$(String,Value)
STR$ : Return String=STR$(Value)
UPPER$ : Return String=UPPER$(String)
VAL : Return Float=VAL(String)
SPACE$ : Return String=SPACE$(Number of
other text commands include:
TEXT : TEXT X,Y,String
CENTER TEXT : CENTER TEXT X,Y,String
SET TEXT FONT : SET TEXT FONT Fontname
SET TEXT SIZE : SET TEXT SIZE Point size
SET TEXT OPAQUE : SET TEXT OPAQUE
SET TEXT TRANSPARENT : SET TEXT TRANSPARENT
SET TEXT TO NORMAL : SET TEXT TO NORMAL
SET TEXT TO ITALIC : SET TEXT TO ITALIC
SET TEXT TO BOLD : SET TEXT TO BOLD
SET TEXT TO BOLDITALIC : SET TEXT TO BOLDITALIC
PERFORM CHECKLIST FOR FONTS : PERFORM CHECKLIST FOR FONTS
TEXT BACKGROUND TYPE : Return Integer=TEXT BACKGROUND TYPE()
TEXT FONT$ : Return String=TEXT FONT$()
TEXT SIZE : Return Integer=TEXT SIZE()
TEXT STYLE : Return Integer=TEXT STYLE()
TEXT WIDTH : Return Integer=TEXT WIDTH(String)
TEXT HEIGHT : Return Integer=TEXT HEIGHT(String)
I'll have to check with IanM or RobK to see waht plugins they have.
You do want your own hand-drawn fonts as well?
Sorry if I'm not getting what you are asking, my mindis kind of hopped of on caffeine today...