Jimmyfonts!
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
Before posting your Resource, please make sure you can answer YES to any of the following questions:
- Is the resource ENTIRELY my own work?
- If no to the previous one, do I have permission from the original author?
- If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
Re: Jimmyfonts!
Beg your pardon, then - I've fixed the credits in the file to the best of my understanding. Thanks!
-
- Posts: 10
- Joined: Wed Jan 06, 2016 1:13 pm
Re: Jimmyfonts!
Hi, how can i write letters like this:

I hope you can help me, thanks in advance and sorry for my english

I hope you can help me, thanks in advance and sorry for my english
Re: Jimmyfonts!
I honestly don't remember the name of the font I used to make that. But it was a free gothic font I downloaded from somewhere. As far as the design, I tried to mimic the original font's stonelike texture. There's no prefab for it if that's what you're looking for.NIGHTKILLER05 wrote:Hi, how can i write letters like this:
I hope you can help me, thanks in advance and sorry for my english
Re: Jimmyfonts!
NIGHTKILLER05: You'll need a good image editor like Photoshop, or maybe Paint.NET, a decent TrueType Font (TTF) to work off of, and a good deal of patience. Font editing usually takes a lot of pixel-perfect editing to make it look decent like that, and there aren't all that many shortcuts out there that will get you something like a carefully-constructed font with letters that all look consistently good.
Also see the previous page for my short little "tutorial" on ImageTool.
Also see the previous page for my short little "tutorial" on ImageTool.
-
- Posts: 10
- Joined: Wed Jan 06, 2016 1:13 pm
Re: Jimmyfonts!
Thank you Ravage and Jimmy !!
Re: Jimmyfonts!
New font on the OP, Status Report Big!


Last edited by Jimmy on Thu Apr 21, 2016 5:13 am, edited 1 time in total.
- Tormentor667
- Posts: 13554
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
Re: Jimmyfonts!
Awesome work there Jimmy, that looks amazing 

Re: Jimmyfonts!
Whoops here's another two.


See OP for DLs!



See OP for DLs!
fanksTormentor667 wrote:Awesome work there Jimmy, that looks amazing

Re: Jimmyfonts!
Just bumped the number of variants of Status Report Big up to 16 with some lowercase letter variants. 

- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: Jimmyfonts!
Hello! I ripped a teeny tiny little font from Shadow Warrior, and Jimmy was kind enough to fontify it.
It was designed as a smallfont, but I tried using it as a console font. Bit of a squint, but it works surprisingly well!

Enjoy!
It was designed as a smallfont, but I tried using it as a console font. Bit of a squint, but it works surprisingly well!

Enjoy!
- Cardboard Marty
- Posts: 1149
- Joined: Sat Oct 23, 2004 8:29 am
- Graphics Processor: nVidia with Vulkan support
- Location: Robot Mountain
- Contact:
Re: Jimmyfonts!
That font looks really nice Kins! All of these fonts look really great.
Jimmy, I haven't read back through the thread, but do you have a good workflow for making BigFonts? I have a lot of neat fonts that I could Doomify and post, but I have no idea where to start as far as the actual conversion.
Jimmy, I haven't read back through the thread, but do you have a good workflow for making BigFonts? I have a lot of neat fonts that I could Doomify and post, but I have no idea where to start as far as the actual conversion.
Re: Jimmyfonts!
Kinsie provided me with a map of characters, which was very generous of him - that's half the battle.
If you have all your font's characters in their own separate image files, then you might spend the majority of the time consolidating them all into one image, unless you have a tool for doing that very quickly (I haven't found one yet - and kinda would prefer to do it manually anyways, most likely - who knows what a program will do). They also have to be arranged in the ASCII order starting from character 32, the space, like so:
Though I still had to re-space the letters to within one pixel of each other, reduce the image to a 256-color palette (the Shadow Warrior one, of course), and put each character in its own bounding box of 1 pixel width and using index 255 in the color palette.
This:
-> became -> 
Those are basically the requirements for creating a FON2/BigFont format font with ImageTool. It's a simple enough program to use, though a bit finicky. You can get it, and some vital information on using it, on [wiki=ImageTool]this[/wiki] page. I also wrote up a brief tutorial on how best to use it in this post on the previous page.
I might make a proper tutorial one of these days.
If you have all your font's characters in their own separate image files, then you might spend the majority of the time consolidating them all into one image, unless you have a tool for doing that very quickly (I haven't found one yet - and kinda would prefer to do it manually anyways, most likely - who knows what a program will do). They also have to be arranged in the ASCII order starting from character 32, the space, like so:
Code: Select all
!"#$%&'()*+,-./
0123456789
:;<=>?@
ABCDEFGHIJ
KLMNOPQRST
UVWXYZ
[\]^_`
abcdefghij
klmnopqrst
uvwxyz
{|}~
This:


Those are basically the requirements for creating a FON2/BigFont format font with ImageTool. It's a simple enough program to use, though a bit finicky. You can get it, and some vital information on using it, on [wiki=ImageTool]this[/wiki] page. I also wrote up a brief tutorial on how best to use it in this post on the previous page.
I might make a proper tutorial one of these days.
Re: Jimmyfonts!
Just added three Duke Nukem fonts to the OP!
- Kinsie
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
- Contact:
Re: Jimmyfonts!
Awesome stuff!Jimmy wrote:Just added three Duke Nukem fonts to the OP!
As a heads-up, there are lower-case text characters for Duke Nukem Small in Shadow Warrior. They might be useful as an alternative version, should you or literally anybody else on Earth care.

Re: Jimmyfonts!
Are they meant to have dark grey pixels in the outlines? That kinda looks like it might be a palettising error. 
If those are just plain rips from the GRP file of course then I guess I'll correct them myself, 'cos that's likely to fuck up translating.

If those are just plain rips from the GRP file of course then I guess I'll correct them myself, 'cos that's likely to fuck up translating.