public void SetLigature(FixedCharAtom ligatureAtom)
 {
     this.Atom         = ligatureAtom;
     this.Type         = TexAtomType.None;
     this.IsTextSymbol = false;
 }
예제 #2
0
파일: DummyAtom.cs 프로젝트: Civa/Zenith
 public void SetLigature(FixedCharAtom ligatureAtom)
 {
     this.Atom = ligatureAtom;
     this.Type = TexAtomType.None;
     this.IsTextSymbol = false;
 }