Fix improper naming

I'm so sorry
This commit is contained in:
Dylan Smit 2021-11-24 17:04:30 +01:00
parent aa5cb35c86
commit 9de7ef6d8d
9 changed files with 12 additions and 12 deletions

View file

@ -1109,7 +1109,7 @@ static std::vector<uint8_t> fnt_to_bmp(const std::vector<uint8_t>& input)
return bitmap;
}
// Generates a gamecube font file
// Generates a GameCube font file
static std::vector<uint8_t> generate_fnt(
font_type type,
const std::vector<uint8_t>& widths,
@ -1230,7 +1230,7 @@ static void freetype_to_fnt_data(
}
}
// Converts a freetype font to a gamecube compressed font
// Converts a freetype font to a GameCube compressed font
static std::vector<uint8_t> freetype_to_fnt(const std::vector<uint8_t>& font_buf, font_type type, bool dither)
{
// Get font table from font type