You are not logged in.
Hi.
I created a bitmap font for terminal/coding use, loosely based on montecarlo. I figured you might like it.
Here's a screenshot of what it looks like :
More info and download on its dedicated minisite: http://font.gohu.eu
Edit:
Now available in a bigger size (14 px)
Last edited by gohu (2010-05-18 13:45:25)
Offline
Looks good. will give it a shot for sure.
"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com
Offline
Sorry to have to ask such a silly question, But how would I go about installing this font? Looks awesome!
Offline
download it and extract/place the fonts where ever your fonts are. Mine are in /usr/share/fonts, if u cant find then try
# find / -name fonts
to get the directory
Offline
Also mkfontdir and xset fp rehash.
Offline
What editor did you use to create it ? Fontforge is quite good for vectorial fonts, but I'm not sure it's suitable for pixel font editing.
Offline
I have to say it looks a lot like Proggy/Profont/Sheldon/Opti/etc, but then i guess there's not that much variation possible in a 5x5 pixel grid...
ᶘ ᵒᴥᵒᶅ
Offline
It looks great. Nice job.
arst
Offline
Very scummvm/monkey island. I like it.
Offline
About installing, you do need to convert bdf to pcf, with e.g. bdftopcf -t gohufont-11.bdf > gohufont-11.pcf
Offline
I'm glad you like it
What editor did you use to create it ? Fontforge is quite good for vectorial fonts, but I'm not sure it's suitable for pixel font editing.
I used fontforge. There are some quirks, the interface is not very good and it's a bit complicated, but it got the job done.
About installing, you do need to convert bdf to pcf, with e.g. bdftopcf -t gohufont-11.bdf > gohufont-11.pcf
I didn't have to do that, but it's an easy fix if that doesn't work with the bdf. I should probably ship the pcf version too.
More info about installing:
First, you need to copy the font in a font directory. Most common ones are ~/.fonts for user installation and /usr/share/fonts/* for system-wide installation.
Then, issue the following commands:
mkfontdir
fc-cache
xset fp rehash
Applications may use two different ways of accessing the font:
- via the native X way: the font is added to the available fonts with mkfontdir, you can list these fonts with xlsfonts. This is mostly used by terminal emulators and the like.
- via fontconfig: the font is added with fc-cache, you can list these with fc-list. This is mostly used by GUI apps.
Note:
on debian, I had a hard time installing the font for recognition by fontconfig (it wasn't recognized by fc-cache) because the default configuration of fontconfig is not to use bitmap fonts. dpkg-reconfigure fontconfig to enable them.
on arch, no problems.
Offline
This might actually replace ProggyTinyTT, a font which I have lived by for years. Thanks so much.
-- jwc
http://jwcxz.com/ | blog
dotman - manage your dotfiles across multiple environments
icsy - an alarm for powernappers
Offline
Looks good, what size are you using it in the screenshot?
Thanks and greetings.
Offline
Very nice, I'll try it out instead of my regular Terminus and see how I like it give a few days
Offline
Great font. I don't suppose you could add some more symbols? You know, common stuff like ≤≥≠¬. Doesn't have to be the entirety of unicode, but it would be nice if everything that has an X11 keysym could be represented.
Offline
Looks good, what size are you using it in the screenshot?
It's a bitmap font so it has only one size.
Package for AUR!!!
OK, I'll try to do that (never done a package for AUR before).
Great font. I don't suppose you could add some more symbols? You know, common stuff like ≤≥≠¬. Doesn't have to be the entirety of unicode, but it would be nice if everything that has an X11 keysym could be represented.
Sorry, I don't plan in doing that for now. Maybe in the future, I would get the unicode characters from fixed 6x10 and adapt them to gohufont's size (6x11) and add them. That shouldn't be too hard. Or if you can think of a free unicode bitmap 6x11 font, I'd be happy to do that promptly, that should be easy to merge them.
Offline
OK, I'll try to do that (never done a package for AUR before).
Offline
Some news:
I cleaned up the source bdfs,
got rid of its montecarlo ancestry (because of not knowing the license of montecarlo),
licensed it under the WTFPL,
added a unicode version (as said in a previous post, with glyphs taken from fixed 6x10),
added the pcf.gz versions, and
updated the aur package
Have fun.
Offline
awesome. once i figure out how to install a font ill use it.
its definitely beautiful for the terminal.
*a noob to Linux haha
Arch Linux + Mac OS X
Linux newbie...
....then there was Unix..
Offline
@res,
You can poke around in the AUR font listings: http://aur.archlinux.org/packages.php?O … _Search=Go, and click on the PKGBUILD link on one or more, to see how it's done for fonts.
Offline