MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / GetNumFonts

Method GetNumFonts

src/Display/Lcd/Lcd.cpp:48–55  ·  view source on GitHub ↗

Return the number of fonts

Source from the content-addressed store, hash-verified

46
47// Return the number of fonts
48size_t Lcd::GetNumFonts() const noexcept
49{
50#if USE_FONT_CHIP
51 return fontChip.GetNumFonts();
52#else
53 return numFonts;
54#endif
55}
56
57void Lcd::SetFont(size_t newFont) noexcept
58{

Callers 1

ParseMenuLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected