dnSpy.Contracts.Settings.Fonts.ThemeFontSettings.GetSettings C# (CSharp) Method

GetSettings() public abstract method

Gets theme settings
public abstract GetSettings ( System.Guid themeGuid ) : FontSettings
themeGuid System.Guid Guid of theme
return FontSettings
		public abstract FontSettings GetSettings(Guid themeGuid);
	}