62 references to FontFamily
System.Drawing (8)
commonui\System\Drawing\Advanced\Font.cs (7)
153
Initialize(prototype.
FontFamily
, prototype.Size, newStyle, prototype.Unit, SafeNativeMethods.DEFAULT_CHARSET, false);
682
get { return this.
FontFamily
.Name;}
748
return font.
FontFamily
.Equals(this.
FontFamily
) &&
785
this.
FontFamily
.Name,
1007
float emHeightInPixels = lineSpacingInPixels *
FontFamily
.GetEmHeight(Style) /
FontFamily
.GetLineSpacing(Style);
commonui\System\Drawing\SystemFonts.cs (1)
453
return new Font(font.
FontFamily
, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
System.Web.DataVisualization (15)
Common\General\Axis.cs (9)
3678
this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.
FontFamily
,
3731
autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.
FontFamily
,
3779
autoLabelFont.
FontFamily
,
3912
autoLabelFont.
FontFamily
,
3950
autoLabelFont.
FontFamily
,
4764
this.LabelStyle.Font.
FontFamily
,
4801
autoLabelFont.
FontFamily
,
5114
currentAxis.autoLabelFont.
FontFamily
,
5124
autoLabelFont.
FontFamily
,
Common\General\ChartArea.cs (1)
2596
this.AxisX.LabelStyle.Font.
FontFamily
,
Common\General\Legend.cs (3)
593
this.Font.
FontFamily
,
1014
this.Font.
FontFamily
,
2827
_font = _fontCache.GetFont(_font.
FontFamily
, 8, _font.Style); ;
Common\General\LegendColumns.cs (1)
1685
cellFont.
FontFamily
,
Common\General\Title.cs (1)
1740
font.
FontFamily
,
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
166
_captionLabel.Font = new Font(Font.
FontFamily
, Font.Size + 2.0f, FontStyle.Bold, Font.Unit);
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
73
boldFont = new Font(normalFont.
FontFamily
, 8, FontStyle.Bold)
System.Windows.Forms (10)
misc\GDI\WindowsFont.cs (1)
230
string familyName = font.
FontFamily
.Name;
winforms\Managed\System\WinForms\Control.cs (3)
2584
new Font(this.Font.
FontFamily
, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
2585
new Font(this.Font.
FontFamily
, this.Font.Size * factor, this.Font.Style);
13433
this.Font = new Font(local.
FontFamily
, local.Size * factor, local.Style, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031
return new Font(font.
FontFamily
, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
winforms\Managed\System\WinForms\FontDialog.cs (2)
233
result = new Font(result.
FontFamily
, MinSize, result.Style, GraphicsUnit.Point);
235
result = new Font(result.
FontFamily
, MaxSize, result.Style, GraphicsUnit.Point);
winforms\Managed\System\WinForms\Form.cs (2)
5120
new Font(this.Font.
FontFamily
, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
5121
new Font(this.Font.
FontFamily
, this.Font.Size * factor, this.Font.Style);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
754
childItem.Font = new Font(local.
FontFamily
, local.Size * factor, local.Style,
System.Windows.Forms.DataVisualization (15)
Common\General\Axis.cs (9)
3678
this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.
FontFamily
,
3731
autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.
FontFamily
,
3779
autoLabelFont.
FontFamily
,
3912
autoLabelFont.
FontFamily
,
3950
autoLabelFont.
FontFamily
,
4764
this.LabelStyle.Font.
FontFamily
,
4801
autoLabelFont.
FontFamily
,
5114
currentAxis.autoLabelFont.
FontFamily
,
5124
autoLabelFont.
FontFamily
,
Common\General\ChartArea.cs (1)
2596
this.AxisX.LabelStyle.Font.
FontFamily
,
Common\General\Legend.cs (3)
593
this.Font.
FontFamily
,
1014
this.Font.
FontFamily
,
2827
_font = _fontCache.GetFont(_font.
FontFamily
, 8, _font.Style); ;
Common\General\LegendColumns.cs (1)
1685
cellFont.
FontFamily
,
Common\General\Title.cs (1)
1740
font.
FontFamily
,
System.Workflow.ComponentModel (12)
AuthoringOM\Design\DesignerWidgets.cs (1)
1702
Font = new Font(Font.
FontFamily
, this.reqTabItemSize * 2 / 3, GraphicsUnit.Pixel);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1218
using (Font helpFontBold = new Font(this.Font.
FontFamily
, this.Font.SizeInPoints, FontStyle.Bold))
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (2)
195
using (Font font = new Font(e.DesignerTheme.Font.
FontFamily
, e.DesignerTheme.Font.SizeInPoints + 1.0f, FontStyle.Bold))
212
using (Font font = new Font(e.DesignerTheme.Font.
FontFamily
, e.DesignerTheme.Font.SizeInPoints + 1.0f, (this.AssociatedDesigner.SmartTagVisible) ? FontStyle.Bold : FontStyle.Regular))
AuthoringOM\Design\Themes.cs (7)
2003
private string fontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
3067
this.fontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
3072
this.fontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
3090
this.fontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
3095
this.fontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
3129
this.FontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
3183
FontName = WorkflowTheme.GetDefaultFont().
FontFamily
.Name;
AuthoringOM\Design\WorkflowLayouts.cs (1)
599
using (Font headerFooterFont = new Font(ambientTheme.Font.
FontFamily
, ambientTheme.Font.Size / this.scaling, ambientTheme.Font.Style))