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

Method parse_lig

src/res/parser/font_parser.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void DefaultTeXFontParser::parse_lig(
54 const XMLElement* e, wchar_t c, _out_ FontInfo& f) throw(ex_xml_parse) {
55 int code = getIntAndCheck("code", e);
56 int lig = getIntAndCheck("ligCode", e);
57 f.addLigture(c, (wchar_t)code, (wchar_t)lig);
58}
59
60void DefaultTeXFontParser::parse_larger(
61 const XMLElement* e, wchar_t c, _out_ FontInfo& f) throw(ex_xml_parse) {

Callers

nothing calls this directly

Calls 1

addLigtureMethod · 0.80

Tested by

no test coverage detected