1234567891011121314151617 |
- using FastReport.Utils;
- using System.Drawing;
- namespace FastReport
- {
- partial class StyleBase
- {
- #region Private Methods
- private Font GetDefaultFontInternal()
- {
- return Config.DesignerSettings.DefaultFont;
- }
- #endregion Private Methods
- }
- }
|