2021-10-31 05:44:18 +00:00
|
|
|
#ifndef GUARD_FONTS_H
|
|
|
|
#define GUARD_FONTS_H
|
|
|
|
|
|
|
|
extern const u16 gFontNormalLatinGlyphs[];
|
|
|
|
extern const u8 gFontNormalLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontNormalJapaneseGlyphs[];
|
|
|
|
extern const u16 gFontSmallLatinGlyphs[];
|
|
|
|
extern const u8 gFontSmallLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontSmallJapaneseGlyphs[];
|
|
|
|
extern const u16 gFontShortLatinGlyphs[];
|
|
|
|
extern const u8 gFontShortLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontShortJapaneseGlyphs[];
|
|
|
|
extern const u8 gFontShortJapaneseGlyphWidths[];
|
|
|
|
extern const u16 gFontNarrowLatinGlyphs[];
|
|
|
|
extern const u8 gFontNarrowLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontSmallNarrowLatinGlyphs[];
|
|
|
|
extern const u8 gFontSmallNarrowLatinGlyphWidths[];
|
2024-04-06 13:00:10 +01:00
|
|
|
extern const u8 gFontNarrowerLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontNarrowerLatinGlyphs[];
|
|
|
|
extern const u8 gFontSmallNarrowerLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontSmallNarrowerLatinGlyphs[];
|
|
|
|
extern const u8 gFontShortNarrowLatinGlyphWidths[];
|
|
|
|
extern const u16 gFontShortNarrowLatinGlyphs[];
|
2021-10-31 05:44:18 +00:00
|
|
|
|
|
|
|
#endif // GUARD_FONTS_H
|