MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / parse_larger

Method parse_larger

src/res/parser/font_parser.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void DefaultTeXFontParser::parse_larger(
61 const XMLElement* e, wchar_t c, _out_ FontInfo& f) throw(ex_xml_parse) {
62 const string name = getAttrValueAndCheckIfNotNull("fontId", e);
63 int code = getIntAndCheck("code", e);
64 f.setNextLarger(c, (wchar_t)code, __id(name));
65}
66
67/**************************************** font information ****************************************/
68

Callers

nothing calls this directly

Calls 1

setNextLargerMethod · 0.80

Tested by

no test coverage detected