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

Method parseTextStyleMappings

src/res/parser/font_parser.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354map<string, vector<CharFont*>> DefaultTeXFontParser::parseTextStyleMappings() {
355 if (_parsedTextStyles.empty()) parseStyleMappings(_parsedTextStyles);
356 return _parsedTextStyles;
357}
358
359void DefaultTeXFontParser::parseParameters(_out_ map<string, float>& res) throw(ex_res_parse) {
360 const XMLElement* parameters = _root->FirstChildElement("Parameters");

Callers 1

addTeXFontDescriptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected