How Do I Make BBText Double-Pixeled?

image
image

Hello, guys. I’m currently making a game that uses double-pixel graphics. However, I can’t seem to find any double-pixel fonts. I assume that this will be possible using BBText but I just don’t know how to do it. I want to achieve something that looks like in the second picture with the text stretched twice by width and not by height. Thanks in advance!

Does anyone know how to do it? Any help would be appreciated.

Outside of Bitmap Text (not BBText), all text rendering is done by the operating system.

You cannot force BBText to be distorted. You would need to find or make your own font that matches what you’re looking force.

I see. Thank you for the reply.