Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Is there a monospaced SQUARE font? (Making an ASCII Map)  (Read 12660 times)

YetAnotherSuperhero

  • Escaped Lunatic
    • View Profile
Is there a monospaced SQUARE font? (Making an ASCII Map)
« on: January 30, 2012, 08:43:49 pm »

Hi, I'm new here and started learning Python and libtcod (because of the The Roguelike Development Megathread)

And it's going pretty good! yay!

Anyhoo...

I'm currently making a map for the roguelike and am wondering if there is a SQUARE monospaced font I can use in gedit (I'm on Linux Mint) because that'd make constructing the map much easier.

Thanks.
Logged

Zaerosz

  • Bay Watcher
  • ☼sperm whale leather thong☼
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #1 on: February 01, 2012, 03:45:09 pm »

As I recall, most of the DF graphics packs use square fonts, so you could try using whatever they're using. Not sure what any of them are called, though, since I play in ASCII.
Logged
くコ:彡

uggi

  • Bay Watcher
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #2 on: February 01, 2012, 04:27:40 pm »

Not exactly square, but maybe close enough for your purposes: http://www.fonts2u.com/topaz-8.font
Logged

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #3 on: February 02, 2012, 02:53:26 am »

As I recall, most of the DF graphics packs use square fonts, so you could try using whatever they're using. Not sure what any of them are called, though, since I play in ASCII.

Actually, he wants a font you can use in an editor. The DF fonts are just images that DF uses as display tilesets.



If I want to create text-format maps, I do the following:
First I draw the map in Gimp, because it's easier in Gimp. Then I convert the image to Indexed (with no more than 90 colors in the palette) and save it as an XPM image. Next, I open the XPM image in gedit and remove the unnecessary stuff around the text representation of the image. Finally, I apply a liberal dose of Perl's tr/// operator to replace the characters with those I want them to be. You can also use the "Search and replace" tool if you don't Perl, but beware, it's SLOW.
Logged

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #5 on: February 02, 2012, 03:11:12 am »

Curses?
Actually, he wants a font you can use in an editor. The DF fonts are just images that DF uses as display tilesets.
Logged

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #6 on: February 02, 2012, 03:14:08 am »

Ooh... Use graphicsGale to convert curses?

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #7 on: February 02, 2012, 08:02:29 am »

Ooh... Use graphicsGale to convert curses?

I think you're missing the point here. He doesn't need a display font for his roguelike (he's probably got one already), he just wants a font, usable in editors and word processors, in which the characters are as wide as they are high. He wants to write maps for his roguelike in an editor, and if the characters in the font the editor uses are square, then square buildings and such will appear square while he's editing them.
Logged

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #8 on: February 02, 2012, 08:44:53 am »

Like I said, use graphicsGale to convert curses to a font. It can do that.

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #9 on: February 02, 2012, 11:30:05 am »

Really? I looked all over the site and didn't find anything remotely close to that.
Logged

mrpsbrk

  • Escaped Lunatic
    • View Profile
Logged

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #11 on: September 13, 2016, 08:06:55 am »

Dat necro
Logged

My Name is Immaterial

  • Bay Watcher
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #12 on: September 13, 2016, 01:22:37 pm »

1684 days, 19 hours, 59 minutes and 17 seconds, to be exact.

Egan_BW

  • Bay Watcher
  • This is. NOT! OVER!
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #13 on: September 16, 2016, 11:34:55 pm »

Now that there is impressive. Wonder if they tried reading all the threads from the start or something. :P
Logged

pol

  • Escaped Lunatic
  • unbeingdead isn't beingalive
    • View Profile
Re: Is there a monospaced SQUARE font? (Making an ASCII Map)
« Reply #14 on: March 24, 2017, 02:43:15 am »

Just in case someone else ends up here, this is what I found:

http://strlen.com/square

Which looks quite nice.
Logged