I suggest doing this:
Pt-Off(X+1,Y+1,2)
Pt-Off(X+1,Y+1)
Pt-Off(X+4,Y+1,2)
Pt-Off(X+4,Y+1)
Pt-Off(X+1,Y+4,2)
Pt-Off(X+1,Y+4)
Pt-Off(X+4,Y+4,2)
Pt-Off(X+4,Y+4)
It's not very elegant, but it's the best I can come up with.
If you can deal with it being 8 pixels long (but still 6 wide), I strongly recommend doing this:
Text(-1,Y,X," // One space
Good luck!