Font modding:修订间差异

本页面所适用的版本可能已经过时,最后更新于1.12
无编辑摘要
无编辑摘要
第5行: 第5行:
Making a new font requires the program [http://www.angelcode.com/products/bmfont/ BMFont], which is used to generate the font page and descriptor file from a font.
Making a new font requires the program [http://www.angelcode.com/products/bmfont/ BMFont], which is used to generate the font page and descriptor file from a font.


Once BMFont is installed, open it up and open the options menu then font settings, import your font file then select the font from the dropdown menu (font files can be found and downloaded at google fonts) After that is done, you can begin to configure the font settings
Once BMFont is installed, open it up and open the options menu then font settings, import your font file, and select the font from the dropdown menu (font files can be found and downloaded at Google Fonts). After that is done, you can begin to configure the font settings.
 
=== Font settings ===
=== Font settings ===
{{SVersion|1.12}}
{{SVersion|1.12}}
Having imported your font, it is time to setup how you want the font to look. To do this, open the Font Settings menu again. Below are the fields you need to change:
Having imported your font, it is time to set up how you want the font to look. To do this, open the Font Settings menu again. Below are the fields you need to change:


* '''Charset''': set this to Unicode.
* '''Charset''': set this to Unicode.
* '''Size''': this is the font size for your font, set this to your desired size. (Note that higher values might make your file too large to be read by the game)
* '''Size''': this is the size of each character in the outputted bitmap, set this to your desired size.
** Note larger sizes will increase the final output's used space and may split your result between multiple bitmaps. The only way to use multiple bitmaps is through separately defined outputted font files, so keep as much as you can on one bitmap.
* '''Match char height''': tick this so each character has the same height.
* '''Match char height''': tick this so each character has the same height.
* '''Font smoothing''': tick this if your font may look overly sharp in game.
* '''Font smoothing''': tick this if your font's edges look overly sharp in-game.
* '''Outline thickness''': if you want your font to have an outline, set the desired thickness here.
* '''Outline thickness''': if you want your font to have an outline, set the desired thickness here.
 
** Note, this will increase the character size in the font's bitmap, thus taking more space.


After this is complete press "OK" to save your changes
After this is complete press "OK" to save your changes


=== Export options ===
=== Export options ===
Having setup your font, it is now time to setup how you want the font exported. To do this, open the Export Options menu. Below are the fields you may want to change:
Having set up your font, it is time to set up how you want to export a font bitmap the game can read. To do this, open the Export Options menu. Below are the fields you may want to change:


* '''Padding''': controls the padding between each character in the font image. Only needed if you intend to manually edit the font file and don't want the characters too close together.
* '''Padding''': controls the padding between each character in the font image. Only needed if you intend to manually edit the font file and don't want the characters too close together.
* '''Bit depth''': Set this to 32
* '''Bit depth''': Set this to 32
* '''Spacing''': controls the minimum space between character in the font image. Set this to 1-1, or higher if you experience bleeding between characters.
* '''Spacing''': controls the minimum space between characters in the font image. Set this to 1-1; set it higher if you experience characters bleeding into each other.
* '''Width''': controls the width of the font image. Adjust this so that all the characters fit on one image. (Note that higher values might make your file too large to be read by the game)
* '''Width''' & '''Height''': the size of the exported font bitmap. Adjust this so that all the characters fit on one image.
* '''Height''': controls the height of the font image. Adjust this so that all the characters fit on one image. (Note that higher values might make your file too large to be read by the game)
** Note, increasing WxH drastically increases the file size. The game cannot process a single font graphic above 16 MB, with Paradox using 16,001KB at max for Chinese fonts. This limit is quickly reached without the heavier compression modes; you can work around this by [[Font modding#Defining bitmaps|defining multiple linked font bitmaps to one font]], as Paradox does with the 11 linked 14-16MB Chinese font bitmaps.
* '''Channels''': controls how the characters are composited. Set them all to '''glyph''' unless you have specified an outline, in which case set the alpha channel (A) to '''outline''', with the rest as '''glyph'''.
* '''Channels''': controls how the characters are composited. Set them all to '''glyph''' unless you have specified an outline, in which case set the alpha channel (A) to '''outline''', with the rest as '''glyph'''.
* '''Presets''': Pick any one that fits your text, but only pick ones with alpha
* '''Presets''': Unnecessary if manually choosing channels above. Pick any that fits your text, but only pick ones with alpha.
* '''Font descriptor''': needs to be set to text.
* '''Font descriptor''': needs to be set to text.
* '''Textures''': should be set to .dds
* '''Textures''': needs to be set to .dds
* '''Compression''': select the form of compression the file uses. For DDS:
** None uses no compression, however, results in enormous file sizes and may prevent HoI4 from processing the bitmap. Use only on smaller font exports.
** DXT1 is the highest compressed, worst quality, 1-or-0 transparency (no fading, opaque, or completely transparent).
** DXT3 is moderately compressed, with higher quality transparency (supports fading).
** DXT5 is lightly compressed, with the highest possible quality and transparency, with the lowest compression (aside from None).
 
After this is complete press "OK" to save your changes.


=== Selecting font characters ===
To the right are checkboxes for different types of characters, if a character is used that is not in the font it will show as a question mark in a box. Choose whichever ones fit what you're using the font for. Characters can be manually chosen by clicking the character's graphic on the left-hand window - this allows fine-tuning of what characters make it into the bitmap.


After this is complete press "OK" to save your changes
In every scenario, the 1-3 blank boxes from Latin and Latin-1 Supplement (the latter might not appear) '''must''' be chosen so spacing works properly. Otherwise, words will appear without spacing.


=== Selecting font characters ===
Recommended characters for tooltips are:
* Latin + Latin-1 Supplement
* Latin Extended-A + B
* Latin Extended Additional
* General Punctuation


To the right are checkboxes for different types of characters, if a character is used which is not in the font it will show as a question mark of a box, choose whichever ones fit what you're using the font for remembering that the font files can be too large to be read by the game
Recommended characters for map fonts depend on the language:
* Latin Alphabet (symbols can be excluded):
** Latin + Latin-1 Supplement
** Latin Extended-A + B
** Latin Extended Additional


Recommended characters are:
* Cyrillic Alphabet:
* Latin + Latin Supplement
** Latin + Latin-1 Supplement (blank spacing boxes)
* Latin Extended A
** Cyrillic + Cyrillic Supplement
* Latin Extended B
** Cyrillic Extended-B
* Latin Extended Additional
* General Punctuation


=== Saving the font ===
=== Saving the font ===
{{SVersion|1.12}}
{{SVersion|1.12}}


Having setup the font as you would like it, check that the characters all fit on one page by clicking on the Visualize button in the Options menu. If they don't, you need to increase the size of the font image width and height.
Having set the font as you would like it, check that the characters all fit on one page by clicking V on your keyboard. If they don't, and you don't plan on using multiple font bitmaps, you need to increase the size of the font image width and height or decrease the font size.


Save the font by clicking "Save bitmap font as..." in the options menu.
Save the font by clicking "Save bitmap font as..." (CTRL+S) in the options menu.


'''Both the image and font file should be named the exact same''' with the exception of the file extension. While the *.fnt files provide which image file should be used, the game ignores this entirely, opting to use the file with the same name before the extension instead. This can also be seen by the file extension lacking from the [[#Defining bitmaps|bitmapfont definition]]. The bitmapfont does not need to have the same name as the font files, so a file in {{path|gfx/fonts}} does not guarantee that a font with the same name exists.
'''Both the image and font file must be named the exact same''' except for the file's extension. While the *.fnt file provides which image file should be used, the game opts to use the file with the same name before the internally defined one. This can also be seen by the file extension lacking from the [[#Defining bitmaps|bitmapfont definition]]. The bitmapfont definition does not need the same name as the font files and can be customized.
 
The font's location is decided by the [[#Defining bitmaps|bitmapfont definition]], so it is not necessary to use the {{path|gfx/fonts/}} folder, however, the base game keeps all of its fonts there. The map font is the <code>tahoma_60</code> bitmapfont, which links to the {{path|gfx/fonts/hoi_mapfont4}} files by default, and the appropriate <code>../chinese/</code> and <code>../japanese/</code> folders.


The font's location is decided by the [[#Defining bitmaps|bitmapfont definition]], so it is not necessary to use the {{path|gfx/fonts/}} folder, however the base game keeps all of its fonts there. The map font is the <code>tahoma_60</code> bitmapfont, which links to the {{path|gfx/fonts/hoi_mapfont4}} files by default.
=== Quick check-list ===
=== Quick check-list ===
* Open BMFont and select a font.
* Open BMFont and select a font.
* Set the font settings appropriately and save changes.
* Set the font settings appropriately and save changes.
* Export the font with proper settings and necessary character sets.
* Export the font with proper settings and necessary character sets.
* '''Remove _0 from the end of the name of the resulting .dds file''' in order to make it have the same name as the file defining the font.
* '''Remove _0 from the end of the name of the resulting .dds file''' to make it have the same name as the file defining the font.
* Add [[#Kerning|kerning]] to the font if necessary.
* Add [[#Kerning|kerning]] to the font if necessary.
* ''If adding a new font rather than editing an existing one'', add a [[#Defining bitmaps|bitmapfont = { ... } definition]].
* ''If adding a new font rather than editing an existing one'', add a [[#Defining bitmaps|bitmapfont = { ... } definition]].
第67行: 第85行:
{{SVersion|1.12}}
{{SVersion|1.12}}


Many fonts will not be exported with kerning information included in the font descriptor file. This can lead to character overlaps ingame which can be unsightly. To fix this, you need to add kerning information to your font descriptor file.
While many do, some fonts will not be exported with kerning information included in the font file. You can confirm this by opening the *.fnt file, and checking for lines starting with <code>kerning first=</code>. This can lead to character overlaps in-game which can be unsightly. To fix this, you need to add kerning information to your font file.


To do this, open your font descriptor file and add a new line following this format for each kerning pair:
To do this, open your font file and add a new line following this format for each kerning pair:
<pre>
<pre>
kerning first=<symbol position> second=<symbol position> amount=<pixel width>
kerning first=<symbol position> second=<symbol position> amount=<pixel width>
</pre>
</pre>


A symbol's position within a font can be seen in BMFont by looking in the lower right at the status bar when hovering over a symbol in the font canvas.
A character's position within a font can be seen in BMFont by looking at the lower-right status bar when hovering over a character in the font canvas. The pixel amount is the space between the first and second character. Manually creating each kerning pair is not very feasible. Using a programming language (such as Python) to generate the kerning lines for you is much faster. Below is an example script you can use in Python 3.x or above:
 
The pixel amount is the space between the first and second symbol.
 
You may have realized that manually creating each kerning pair is not very feasible. It is best to use a programming language (such as Python) to generate the kerning lines for you. Below is an example script you can use in Python 3.x or above:


<syntaxhighlight lang="Python">
<syntaxhighlight lang="Python">
第98行: 第112行:
== Defining bitmaps ==
== Defining bitmaps ==
{{SVersion|1.12}}
{{SVersion|1.12}}
In order to link a new file in {{path|gfx/fonts}} to a font, an entry must be created in a {{path|interface/*.gfx}} file. '''If editing an already existing font, this entry already exists and does not need to be modified.''' An example entry looks like the following:
To link a new font in {{path|gfx/fonts}}, an entry must be created in a {{path|interface/*.gfx}} file. '''If editing an already existing font, this entry already exists and does not need to be modified.''' An example entry looks like the following:
<pre>bitmapfonts = {
<pre>bitmapfonts = {
    bitmapfont = {
    bitmapfont = {
      name = "my_font"
      name = "my_font"
      fontfiles = {
      fontfiles = {
        "gfx/fonts/my_font"
        "gfx/fonts/font_bitmap_1"
        "gfx/fonts/my_second_font"
        "gfx/fonts/font_bitmap_2"
      }
      }
      color = 0xffffffff
      color = 0xffffffff
第112行: 第126行:
      }
      }
    }
    }
}</pre><code>name</code>specifies the name of the font. This gets used for [[Interface modding|interface elements that use text]] to signify which font file gets used. '''This is everything that fonts are used for''', with the exception of the map font, which is always <code>tahoma_60</code>. In order to find where exactly a base game's bitmapfont is used, it is best to [[Modding#Search in files|search every *.gui file in the interface folder using a text editor]] and check the search results for a complete list.<br/>
}</pre>
<code>fontfiles</code> provides the location of each file used in the font, which is the path to the {{path|gfx/fonts/*.fnt}} file without the .fnt extension. The files should have no overlapping characters defined. If a font uses one font file in total, <code>path = "gfx/fonts/my_font"</code> can be used instead.<br/>
* <code>name</code> specifies the name of the font. This gets used for [[Interface modding|interface elements that use text]] to signify which font file gets used. '''This is everything that fonts are used for''', except for the map font, which is always <code>tahoma_60</code>. To find where a base game's bitmapfont is used, it is best to [[Modding#Search in files|search every *.gui file in the interface folder using a text editor]] and check the search results for a complete list.
<code>color</code> defines the colour of the font in hex code of the ARGB format. The first 2 characters after the <code>0x</code> define the transparency of the font, <code>00</code> meaning full transparency and <code>FF</code> meaning full opacity. The latter 6 characters provide the RGB hex code, each colour defined on the scale from <code>00</code> to <code>FF</code>.</br>
* <code>fontfiles</code> provides the location of all bitmaps used in the font, which is the path to the {{path|gfx/fonts/*.fnt}} file without the .fnt extension. The files should have no overlapping characters defined. If a font uses one font file in total, <code>path = "gfx/fonts/my_font"</code> can be used instead.<br/>
<code>textcolors</code> provides an override of [[Localisation#Formatting_characters|text colours]], allowing to change a particular text colour to give a different colour when used on this font compared to the default value.
* <code>color</code> defines the colour of the font in hex code of the ARGB format. The first 2 characters after the <code>0x</code> define the transparency of the font, <code>00</code> meaning full transparency and <code>FF</code> meaning full opacity. The latter 6 characters provide the RGB hex code, each colour defined on the scale from <code>00</code> to <code>FF</code>.
* <code>textcolors</code> provides an override of [[Localisation#Formatting_characters|text colours]], allowing to change a particular text colour to give a different colour when used on this font compared to the default value.
 
=== Overriding bitmaps ===
Additionally, it is possible to override a bitmapfont when the game is set to use a specific language. Primarily, fonts are overwritten for languages that don't use the Latin alphabet, and thus can't be small enough to fit into a 16 MB file (i.e. Simplified Chinese). By default, HoI4 has the necessary Cyrillic and Latin map font characters in one file, but the list of (Simplified) Chinese logographs is so enormous '''it must encompass 11 ~4096x4000 bitmaps''' with an override block in {{path|interface/code_chinese.gfx}}.


Additionally, it is possible to override a bitmapfont to use different settings when the game is set to use a specific language. Such an entry in the {{path|interface/*.gfx}} file looks like the following example:
The aforementioned overwrite entries in a {{path|interface/*.gfx}} file looks like the following example:
<pre>bitmapfonts = {
<pre>bitmapfonts = {
    bitmapfont_override = {
    bitmapfont_override = {
      name = "my_font"
      name = "my_font"
      path = "gfx/fonts/my_font_cyrillic"
      fontfiles = {
       "gfx/fonts/font_bitmap_1"
       "gfx/fonts/font_bitmap_2"
     }
      languages = { "l_russian" "l_polish" }
      languages = { "l_russian" "l_polish" }
    }
    }
}</pre>This is primarily used to make fonts that don't support Cyrillic characters that are used in the Russian language appear as an entirely different font that does support them when the language requires so.
}</pre>
* <code>path = "gfx/fonts/my_font"</code> may again be used instead of <code>fontfiles =</code> should you only use one bitmap.
* <code>languages =</code> must equate to one of the supported languages in HoI4. All accepted languages have folders in {{path|localisation}}.
 
The work involved in generating multiple bitmaps is the only downside. However, using multiple bitmaps is an effective way to organize fonts between different alphabets. Should a mod use custom fonts in entirety, it also provides more space to use larger/higher quality characters and font designs without aliasing.


{{Modding navbox}}
{{Modding navbox}}
[[Category:Modding]]
[[ 分类:Modding]]

2024年10月27日 (日) 15:50的版本

Creating a new font

Making a new font requires the program BMFont, which is used to generate the font page and descriptor file from a font.

Once BMFont is installed, open it up and open the options menu then font settings, import your font file, and select the font from the dropdown menu (font files can be found and downloaded at Google Fonts). After that is done, you can begin to configure the font settings.

Font settings

Having imported your font, it is time to set up how you want the font to look. To do this, open the Font Settings menu again. Below are the fields you need to change:

  • Charset: set this to Unicode.
  • Size: this is the size of each character in the outputted bitmap, set this to your desired size.
    • Note larger sizes will increase the final output's used space and may split your result between multiple bitmaps. The only way to use multiple bitmaps is through separately defined outputted font files, so keep as much as you can on one bitmap.
  • Match char height: tick this so each character has the same height.
  • Font smoothing: tick this if your font's edges look overly sharp in-game.
  • Outline thickness: if you want your font to have an outline, set the desired thickness here.
    • Note, this will increase the character size in the font's bitmap, thus taking more space.

After this is complete press "OK" to save your changes

Export options

Having set up your font, it is time to set up how you want to export a font bitmap the game can read. To do this, open the Export Options menu. Below are the fields you may want to change:

  • Padding: controls the padding between each character in the font image. Only needed if you intend to manually edit the font file and don't want the characters too close together.
  • Bit depth: Set this to 32
  • Spacing: controls the minimum space between characters in the font image. Set this to 1-1; set it higher if you experience characters bleeding into each other.
  • Width & Height: the size of the exported font bitmap. Adjust this so that all the characters fit on one image.
    • Note, increasing WxH drastically increases the file size. The game cannot process a single font graphic above 16 MB, with Paradox using 16,001KB at max for Chinese fonts. This limit is quickly reached without the heavier compression modes; you can work around this by defining multiple linked font bitmaps to one font, as Paradox does with the 11 linked 14-16MB Chinese font bitmaps.
  • Channels: controls how the characters are composited. Set them all to glyph unless you have specified an outline, in which case set the alpha channel (A) to outline, with the rest as glyph.
  • Presets: Unnecessary if manually choosing channels above. Pick any that fits your text, but only pick ones with alpha.
  • Font descriptor: needs to be set to text.
  • Textures: needs to be set to .dds
  • Compression: select the form of compression the file uses. For DDS:
    • None uses no compression, however, results in enormous file sizes and may prevent HoI4 from processing the bitmap. Use only on smaller font exports.
    • DXT1 is the highest compressed, worst quality, 1-or-0 transparency (no fading, opaque, or completely transparent).
    • DXT3 is moderately compressed, with higher quality transparency (supports fading).
    • DXT5 is lightly compressed, with the highest possible quality and transparency, with the lowest compression (aside from None).

After this is complete press "OK" to save your changes.

Selecting font characters

To the right are checkboxes for different types of characters, if a character is used that is not in the font it will show as a question mark in a box. Choose whichever ones fit what you're using the font for. Characters can be manually chosen by clicking the character's graphic on the left-hand window - this allows fine-tuning of what characters make it into the bitmap.

In every scenario, the 1-3 blank boxes from Latin and Latin-1 Supplement (the latter might not appear) must be chosen so spacing works properly. Otherwise, words will appear without spacing.

Recommended characters for tooltips are:

  • Latin + Latin-1 Supplement
  • Latin Extended-A + B
  • Latin Extended Additional
  • General Punctuation

Recommended characters for map fonts depend on the language:

  • Latin Alphabet (symbols can be excluded):
    • Latin + Latin-1 Supplement
    • Latin Extended-A + B
    • Latin Extended Additional
  • Cyrillic Alphabet:
    • Latin + Latin-1 Supplement (blank spacing boxes)
    • Cyrillic + Cyrillic Supplement
    • Cyrillic Extended-B

Saving the font

Having set the font as you would like it, check that the characters all fit on one page by clicking V on your keyboard. If they don't, and you don't plan on using multiple font bitmaps, you need to increase the size of the font image width and height or decrease the font size.

Save the font by clicking "Save bitmap font as..." (CTRL+S) in the options menu.

Both the image and font file must be named the exact same except for the file's extension. While the *.fnt file provides which image file should be used, the game opts to use the file with the same name before the internally defined one. This can also be seen by the file extension lacking from the bitmapfont definition. The bitmapfont definition does not need the same name as the font files and can be customized.

The font's location is decided by the bitmapfont definition, so it is not necessary to use the /Hearts of Iron IV/gfx/fonts/ folder, however, the base game keeps all of its fonts there. The map font is the tahoma_60 bitmapfont, which links to the /Hearts of Iron IV/gfx/fonts/hoi_mapfont4 files by default, and the appropriate ../chinese/ and ../japanese/ folders.

Quick check-list

  • Open BMFont and select a font.
  • Set the font settings appropriately and save changes.
  • Export the font with proper settings and necessary character sets.
  • Remove _0 from the end of the name of the resulting .dds file to make it have the same name as the file defining the font.
  • Add kerning to the font if necessary.
  • If adding a new font rather than editing an existing one, add a bitmapfont = { ... } definition.

Kerning

While many do, some fonts will not be exported with kerning information included in the font file. You can confirm this by opening the *.fnt file, and checking for lines starting with kerning first=. This can lead to character overlaps in-game which can be unsightly. To fix this, you need to add kerning information to your font file.

To do this, open your font file and add a new line following this format for each kerning pair:

kerning first=<symbol position> second=<symbol position> amount=<pixel width>

A character's position within a font can be seen in BMFont by looking at the lower-right status bar when hovering over a character in the font canvas. The pixel amount is the space between the first and second character. Manually creating each kerning pair is not very feasible. Using a programming language (such as Python) to generate the kerning lines for you is much faster. Below is an example script you can use in Python 3.x or above:

file = open( "kerning.txt", "wt" )

    # Add the symbol positions of the blank symbol slots here.
    exclude = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 , 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26,
                27, 28, 29, 30, 31, 127, 129, 141, 143, 144, 156, 173, 181]

    for x in range( 1, 255 ):
        for y in range(1, 255):
            if x not in exclude:
                if y not in exclude:
                    file.write( "kerning first={0}  second={1}  amount=1\n".format( x, y ) )

    file.close()

Defining bitmaps

To link a new font in /Hearts of Iron IV/gfx/fonts, an entry must be created in a /Hearts of Iron IV/interface/*.gfx file. If editing an already existing font, this entry already exists and does not need to be modified. An example entry looks like the following:

bitmapfonts = {
    bitmapfont = {
        name = "my_font"
        fontfiles = {
            "gfx/fonts/font_bitmap_1"
            "gfx/fonts/font_bitmap_2"
        }
        color = 0xffffffff

        textcolors = {
            G = { 86 172 91 }
        }
    }
}
  • name specifies the name of the font. This gets used for interface elements that use text to signify which font file gets used. This is everything that fonts are used for, except for the map font, which is always tahoma_60. To find where a base game's bitmapfont is used, it is best to search every *.gui file in the interface folder using a text editor and check the search results for a complete list.
  • fontfiles provides the location of all bitmaps used in the font, which is the path to the /Hearts of Iron IV/gfx/fonts/*.fnt file without the .fnt extension. The files should have no overlapping characters defined. If a font uses one font file in total, path = "gfx/fonts/my_font" can be used instead.
  • color defines the colour of the font in hex code of the ARGB format. The first 2 characters after the 0x define the transparency of the font, 00 meaning full transparency and FF meaning full opacity. The latter 6 characters provide the RGB hex code, each colour defined on the scale from 00 to FF.
  • textcolors provides an override of text colours, allowing to change a particular text colour to give a different colour when used on this font compared to the default value.

Overriding bitmaps

Additionally, it is possible to override a bitmapfont when the game is set to use a specific language. Primarily, fonts are overwritten for languages that don't use the Latin alphabet, and thus can't be small enough to fit into a 16 MB file (i.e. Simplified Chinese). By default, HoI4 has the necessary Cyrillic and Latin map font characters in one file, but the list of (Simplified) Chinese logographs is so enormous it must encompass 11 ~4096x4000 bitmaps with an override block in /Hearts of Iron IV/interface/code_chinese.gfx.

The aforementioned overwrite entries in a /Hearts of Iron IV/interface/*.gfx file looks like the following example:

bitmapfonts = {
    bitmapfont_override = {
        name = "my_font"
        fontfiles = {
            "gfx/fonts/font_bitmap_1"
            "gfx/fonts/font_bitmap_2"
        }
        languages = { "l_russian" "l_polish" }
    }
}
  • path = "gfx/fonts/my_font" may again be used instead of fontfiles = should you only use one bitmap.
  • languages = must equate to one of the supported languages in HoI4. All accepted languages have folders in /Hearts of Iron IV/localisation.

The work involved in generating multiple bitmaps is the only downside. However, using multiple bitmaps is an effective way to organize fonts between different alphabets. Should a mod use custom fonts in entirety, it also provides more space to use larger/higher quality characters and font designs without aliasing.