Exemplo n.º 1
0
 public void SetLigature(FixedCharAtom ligatureAtom)
 {
     Atom         = ligatureAtom;
     Type         = TexAtomType.None;
     IsTextSymbol = false;
 }
Exemplo n.º 2
0
 public static DummyAtom CreateLigature(FixedCharAtom ligatureAtom) =>
 new DummyAtom(TexAtomType.None, ligatureAtom, false);