Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

How do I get rid of the "anti-aliasing" of the text?

I was really thinking I could help you on this... however;  I'm at a loss.  How did you set the font in the first place?  Maybe that will help explain what's wrong.
 

Zeriab

Sponsor

Try to find a script which uses bitmaps for the letters.
That way you can define how you want them to look like.

I do not believe rendering the text without anti-aliasing using bitmap.draw_text is possible without re-engineering parts of the program. Something which is not allowed accordingly to the EULA, or at least, the reverse engineering part isn't.
 
Wow, really? Haha I thought it would be so simple. I'll try the bitmap script.

Anyway, I'm using this:
Code:
  class Font
  begin
    Font.default_name = "MS Mincho"
    Font.default_size = 16
    Font.default_bold = false
    Font.default_italic = false
  end
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top