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

Method SymbolAtom

src/atom/atom_basic.cpp:279–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277#endif // HAVE_LOG
278
279SymbolAtom::SymbolAtom(const string& name, int type, bool del) : _unicode(0) {
280 _name = name;
281 _type = type;
282 if (type == TYPE_BIG_OPERATOR) _typelimits = SCRIPT_NORMAL;
283
284 _delimiter = del;
285}
286
287sptr<Box> SymbolAtom::createBox(_out_ TeXEnvironment& env) {
288 auto i = env.getTeXFont();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected