NClass.DiagramEditor.Style.SetFonts C# (CSharp) 메소드

SetFonts() 개인적인 메소드

private SetFonts ( StreamingContext context ) : void
context System.Runtime.Serialization.StreamingContext
리턴 void
		private void SetFonts(StreamingContext context)
		{
			abstractNameFont = new Font(nameFont, nameFont.Style | FontStyle.Italic);
			staticMemberFont = new Font(memberFont, memberFont.Style | FontStyle.Underline);
			abstractMemberFont = new Font(memberFont, memberFont.Style | FontStyle.Italic);
		}