Blame src/blob.S

f63775
    .global heliBlobDefaultFont
f63775
    .global heliBlobDefaultFontSize
2fcd94
    .global heliBlobUnicodeFont
2fcd94
    .global heliBlobUnicodeFontSize
f63775
    .section .rodata
f63775
heliBlobDefaultFont:
2fcd94
    .incbin "src/data/canada1500-rg.ttf"
f63775
1:
2fcd94
heliBlobUnicodeFont:
9c0711
#ifdef WITH_FULL_UNICODE_FONT
2fcd94
    .incbin "src/data/unifont.ttf"
9c0711
#endif
2fcd94
2:
f63775
heliBlobDefaultFontSize:
f63775
    .int 1b - heliBlobDefaultFont
2fcd94
heliBlobUnicodeFontSize:
2fcd94
    .int 2b - heliBlobUnicodeFont