Tutorial on how to create your own font for Doom?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Tormentor667
- Posts: 13556
- 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:
Tutorial on how to create your own font for Doom?
Title says all... anyone knows one? I need one for the big font in doom and the standard small font and I have no idea how to do this -_-°
For the big font (internal name BigFont; the one you see as headers in the options menu) you have to create a DBIGFONT replacement. http://zdoom.org/files/utils/imagetool.zip contains an example and plenty of documentation to achieve this.
An alternate way is to import the graphic for each big font character into your WAD and use [wiki]FONTDEFS[/wiki] to replace BigFont. This only works in the latest SVN version though.
For the small font (internal name SmallFont) you just replace the STCFN*** lumps.
An alternate way is to import the graphic for each big font character into your WAD and use [wiki]FONTDEFS[/wiki] to replace BigFont. This only works in the latest SVN version though.
For the small font (internal name SmallFont) you just replace the STCFN*** lumps.
- Tormentor667
- Posts: 13556
- 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:
