MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / buildAdvanceTable

Method buildAdvanceTable

lib/EpdFont/SdCardFont.cpp:1235–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235int SdCardFont::buildAdvanceTable(const char* utf8Text, uint8_t styleMask) {
1236 return buildAdvanceTableRange(&utf8Text, &utf8Text + 1, false, false, styleMask);
1237}
1238
1239int SdCardFont::buildAdvanceTable(const std::vector<std::string>& words, bool includeHyphen, uint8_t styleMask) {
1240 return buildAdvanceTableRange(words.begin(), words.end(), words.size() > 1, includeHyphen, styleMask);

Callers 1

ensureSdCardFontReadyMethod · 0.80

Calls 3

endMethod · 0.80
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected