예제 #1
0
 private void EhFontStyle_SelectionChangeCommitted(object sender, EventArgs e)
 {
     if (FontX != null)
     {
         FontX = FontX.WithStyle(_cbFontStyle.SelectedFontStyle);
         OnSelectedFontChanged();
     }
 }
예제 #2
0
파일: FontX3D.cs 프로젝트: olesar/Altaxo
 public FontX3D WithStyle(FontXStyle style)
 {
     return(new FontX3D(_font.WithStyle(style), _depth));
 }