Leave 15px free to the edges
This commit is contained in:
@ -24,6 +24,9 @@ touchgfx::Font* ApplicationFontProvider::getFont(touchgfx::FontId typography)
|
||||
case Typography::NUMBERS:
|
||||
// lucon_TTF_50_4bpp
|
||||
return const_cast<touchgfx::Font*>(TypedTextDatabase::getFonts()[4]);
|
||||
case Typography::DEFAULT_BOLD:
|
||||
// verdanab_20_4bpp
|
||||
return const_cast<touchgfx::Font*>(TypedTextDatabase::getFonts()[5]);
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user