graphics: Add new Freedoom font.
This replaces the old Freedoom font with a new chunky one named "Denex". I (fraggle) have split the font out into separate images for use with the textgen script, but have included the original source .pcx image here. Currently the font only includes uppercase characters and does not include smaller lowercase ones, so I've hacked the textgen script to convert all strings to uppercase before rendering. There are also no font kerning rules for the time being.
|
@ -41,33 +41,35 @@ import re
|
|||
# and if the font is changed this probably needs to be redone.
|
||||
|
||||
FONT_KERNING_RULES = {
|
||||
# Right character fits under left character:
|
||||
r'p[aj\.]': -3,
|
||||
r'P[a\.]': -4,
|
||||
r'[PVW][AJj\.]': -4,
|
||||
r't[ajJ\.]': -4,
|
||||
r'f[aj\.]': -2,
|
||||
# TODO: Devise some new rules for the new font.
|
||||
|
||||
# Some capital letters have overhangs that the 'lower case'
|
||||
# characters can fit under:
|
||||
r'C[Ja-z\.]': -2,
|
||||
r'F[Ja-z\.]': -3,
|
||||
r'T[Ja-z\.]': -5,
|
||||
r'W[Ja-z\.]': -2,
|
||||
r'S[Ja-z\.]': -1,
|
||||
r'V[a-z\.]': -3,
|
||||
|
||||
# Left character fits under right character:
|
||||
r'[alAL][ty479]': -3,
|
||||
r'a[vwVW]': -2,
|
||||
r'A[VW]': -3,
|
||||
r'A[vw]': -2,
|
||||
r'r[ty479]': -2,
|
||||
r'[vwVW][Aa]': -2,
|
||||
r'[Yypv][jJ]': -2,
|
||||
|
||||
# Extra space needed:
|
||||
r'[OUu][Pp]': +1,
|
||||
# # Right character fits under left character:
|
||||
# r'p[aj\.]': -3,
|
||||
# r'P[a\.]': -4,
|
||||
# r'[PVW][AJj\.]': -4,
|
||||
# r't[ajJ\.]': -4,
|
||||
# r'f[aj\.]': -2,
|
||||
#
|
||||
# # Some capital letters have overhangs that the 'lower case'
|
||||
# # characters can fit under:
|
||||
# r'C[Ja-z\.]': -2,
|
||||
# r'F[Ja-z\.]': -3,
|
||||
# r'T[Ja-z\.]': -5,
|
||||
# r'W[Ja-z\.]': -2,
|
||||
# r'S[Ja-z\.]': -1,
|
||||
# r'V[a-z\.]': -3,
|
||||
#
|
||||
# # Left character fits under right character:
|
||||
# r'[alAL][ty479]': -3,
|
||||
# r'a[vwVW]': -2,
|
||||
# r'A[VW]': -3,
|
||||
# r'A[vw]': -2,
|
||||
# r'r[ty479]': -2,
|
||||
# r'[vwVW][Aa]': -2,
|
||||
# r'[Yypv][jJ]': -2,
|
||||
#
|
||||
# # Extra space needed:
|
||||
# r'[OUu][Pp]': +1,
|
||||
}
|
||||
|
||||
white_graphics = {
|
||||
|
|
6
graphics/text/font/README
Normal file
|
@ -0,0 +1,6 @@
|
|||
This font is by Brett Harrell (Mechadon) and is named "Denex". It is
|
||||
based on an earlier font named Deneb. Some information can be found
|
||||
in this thread:
|
||||
|
||||
http://www.doomworld.com/vb/freedoom/69080-new-font-candidate/
|
||||
|
BIN
graphics/text/font/denex_bigfont_imagetool.pcx
Normal file
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 15 KiB |
|
@ -1,17 +0,0 @@
|
|||
========================================================================
|
||||
|
||||
Contributed by Andrew Apted <ajapted@users.sourceforge.net>
|
||||
|
||||
FreeDOOM font images (for art directory).
|
||||
|
||||
Font was drawn from scratch, scanned, edited, shaded, scaled to 12
|
||||
and 15 pixels high, then colored (except for the "RAW" versions).
|
||||
|
||||
The original 30 pixel high (RAW) version is included.
|
||||
|
||||
Note that the `Q' character is an exception, and extends a few pixels
|
||||
below the normal height. There's also a few missing characters,
|
||||
mainly the exclamation mark `!', comma, and apostrophe, which I fudged
|
||||
up when they were needed.
|
||||
|
||||
========================================================================
|
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 290 B |
BIN
graphics/text/fontchars/font034.gif
Normal file
After Width: | Height: | Size: 293 B |
BIN
graphics/text/fontchars/font035.gif
Normal file
After Width: | Height: | Size: 585 B |
BIN
graphics/text/fontchars/font036.gif
Normal file
After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 568 B |
BIN
graphics/text/fontchars/font038.gif
Normal file
After Width: | Height: | Size: 537 B |
BIN
graphics/text/fontchars/font039.gif
Normal file
After Width: | Height: | Size: 168 B |
BIN
graphics/text/fontchars/font040.gif
Normal file
After Width: | Height: | Size: 527 B |
BIN
graphics/text/fontchars/font041.gif
Normal file
After Width: | Height: | Size: 528 B |
BIN
graphics/text/fontchars/font042.gif
Normal file
After Width: | Height: | Size: 538 B |
BIN
graphics/text/fontchars/font043.gif
Normal file
After Width: | Height: | Size: 301 B |
BIN
graphics/text/fontchars/font044.gif
Normal file
After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 275 B |
BIN
graphics/text/fontchars/font059.gif
Normal file
After Width: | Height: | Size: 279 B |
BIN
graphics/text/fontchars/font060.gif
Normal file
After Width: | Height: | Size: 312 B |
BIN
graphics/text/fontchars/font061.gif
Normal file
After Width: | Height: | Size: 278 B |
BIN
graphics/text/fontchars/font062.gif
Normal file
After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 541 B |
BIN
graphics/text/fontchars/font064.gif
Normal file
After Width: | Height: | Size: 560 B |
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 546 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 366 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 573 B |
BIN
graphics/text/fontchars/font091.gif
Normal file
After Width: | Height: | Size: 535 B |
BIN
graphics/text/fontchars/font092.gif
Normal file
After Width: | Height: | Size: 520 B |
BIN
graphics/text/fontchars/font093.gif
Normal file
After Width: | Height: | Size: 537 B |
BIN
graphics/text/fontchars/font094.gif
Normal file
After Width: | Height: | Size: 297 B |
BIN
graphics/text/fontchars/font095.gif
Normal file
After Width: | Height: | Size: 170 B |
BIN
graphics/text/fontchars/font096.gif
Normal file
After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 216 B |