How to get that font I saw. [What does your OS look like?]
How to get that font I saw. [What does your OS look like?]
<ThreadReference Title="What does your OS look like? (Screen Shots..)">
http://forum.osdev.org/viewtopic.php?f= ... 57#p161557
</ThreadReference>
@cg123: I like the font. Is this a font used by your OS? Or it is a font used by Bochs for text mode?
http://forum.osdev.org/viewtopic.php?f= ... 57#p161557
</ThreadReference>
@cg123: I like the font. Is this a font used by your OS? Or it is a font used by Bochs for text mode?
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: What does your OS look like? (Screen Shots..)
I think it's the default font for terminal emulators such as xterm. I don't know how one tells bochs to use xterm as a screen, though.Tommy wrote:@cg123: I like the font. Is this a font used by your OS? Or it is a font used by Bochs for text mode?
- gzaloprgm
- Member
- Posts: 141
- Joined: Sun Sep 23, 2007 4:53 pm
- Location: Buenos Aires, Argentina
- Contact:
Re: What does your OS look like? (Screen Shots..)
Troy Martin wrote:I think it's the default font for terminal emulators such as xterm. I don't know how one tells bochs to use xterm as a screen, though.Tommy wrote:@cg123: I like the font. Is this a font used by your OS? Or it is a font used by Bochs for text mode?
Says "cross platform" but in precompiled bochs for win32 doesn't work.http://bochs.sourceforge.net/doc/docbook/user/bochsrc.html wrote: display_library: term
Option Description
term text only, uses curses/ncurses library, cross platform
Cheers, gzaloprgm
Visit https://gzalo.com : my web site with electronic circuits, articles, schematics, pcb, calculators, and other things related to electronics.
Re: What does your OS look like? (Screen Shots..)
It is a XWindow font: I found similar fonts here.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: How to get that font (Was: Post screenshots..)
Awesome, thanks! I've been looking for a windows version of that font!
I think this thread is done
I think this thread is done
Re: How to get that font (Was: Post screenshots..)
Does anyone have a utility to edit VGA/bitmap fonts?
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
- Firestryke31
- Member
- Posts: 550
- Joined: Sat Nov 29, 2008 1:07 pm
- Location: Throw a dart at central Texas
- Contact:
Re: How to get that font (Was: Post screenshots..)
Does anyone know of a good free font editor (read: not FontForge, and not nagware/trial) for Windows? I abhor FontForge's UI and controls, and when I look at a font I make in the Windows font viewer it always cuts off the tails and descenders of the fallback font due to misalignment.
If there are none, where can I read up on the OpenType file format? Edit: Found the MSDN OpenType page here.
If there are none, where can I read up on the OpenType file format? Edit: Found the MSDN OpenType page here.
Last edited by Firestryke31 on Mon Jul 13, 2009 9:37 am, edited 1 time in total.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: How to get that font (Was: Post screenshots..)
MegaZeux can do that, but you'll have some trouble breaking your custom fonts out of that program.Tommy wrote:Does anyone have a utility to edit VGA/bitmap fonts?
Re: How to get that font I saw. [What does your OS look like?]
I have found a nice VGA font editor: Raster Font Editor.Tommy wrote:Does anyone have a utility to edit VGA/bitmap fonts?
Supports fixed/variable fonts, can import VGA 8x8/8x16 fonts, TTF fonts, etc...
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: How to get that font I saw. [What does your OS look like?]
I use this one for my kernels font. Kind of limited, but is free and easy to use. Bitmap fonts only.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: How to get that font I saw. [What does your OS look like?]
I use FontForge for TrueType fonts. Really neat and open source. Look it up.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]