path$ = "arial.ttf"
FontPrint MIDDLE("This"), 100, texture, "This"
FontPrint MIDDLE("is"), 250, texture, "is"
FontPrint MIDDLE("easy"), 400, texture, "easy"
FontPrint MIDDLE("example"), 100, t2, "example"
FontPrint MIDDLE("how"), 250, t2, "how"
FontPrint MIDDLE("use"), 400, t2, "use"
FontPrint MIDDLE("TEXTURED"), 100, texture, "TEXTURED"
FontPrint MIDDLE("TEXT"), 350, t2, "TEXT"
COLOR &HFFFFFFFF, &HFF000000