SIL.FieldWorks.Common.Framework.DetailControls.SemanticDomainSelectionUtility.GetFontForFormFromObjectLabels C# (CSharp) 메소드

GetFontForFormFromObjectLabels() 개인적인 메소드

private GetFontForFormFromObjectLabels ( IEnumerable labelList, IVwStylesheet stylesheet ) : Font
labelList IEnumerable
stylesheet IVwStylesheet
리턴 System.Drawing.Font
		private static Font GetFontForFormFromObjectLabels(IEnumerable<ObjectLabel> labelList, IVwStylesheet stylesheet)
		{
			var cache = labelList.First().Object.Cache;
			return FontHeightAdjuster.GetFontForNormalStyle(cache.DefaultAnalWs, stylesheet, cache);
		}