コード例 #1
0
 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;
 }