7 instantiations of FontFamily
System.Drawing (7)
commonui\System\Drawing\Advanced\Font.cs (3)
335
SetFontFamily(new
FontFamily
(nativeFamily));
349
SetFontFamily(new
FontFamily
(StripVerticalName(familyName), true /* createDefaultOnFail */ ));
381
SetFontFamily(new
FontFamily
(family.NativeFamily));
commonui\System\Drawing\Advanced\FontCollection.cs (1)
80
families[f] = new
FontFamily
(native);
commonui\System\Drawing\Advanced\FontFamily.cs (3)
358
return new
FontFamily
(GetGdipGenericSansSerif());
383
return new
FontFamily
(GetNativeGenericSerif());
408
return new
FontFamily
(GetNativeGenericMonospace());
69 references to FontFamily
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (3)
49
else if (keyValuePair.Value is System.Drawing.
FontFamily
)
51
System.Drawing.
FontFamily
drawingFontFamily = (System.Drawing.
FontFamily
)keyValuePair.Value;
System.Drawing (48)
commonui\System\Drawing\Advanced\Font.cs (11)
45
FontFamily
fontFamily;
163
public Font(
FontFamily
family, float emSize, FontStyle style, GraphicsUnit unit) {
174
public Font(
FontFamily
family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet) {
185
public Font(
FontFamily
family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont) {
223
public Font(
FontFamily
family, float emSize, FontStyle style) {
234
public Font(
FontFamily
family, float emSize, GraphicsUnit unit) {
245
public Font(
FontFamily
family, float emSize) {
358
private void Initialize(
FontFamily
family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont)
539
/// Gets the <see cref='System.Drawing.
FontFamily
'/> of this <see cref='System.Drawing.Font'/>.
542
public
FontFamily
FontFamily
552
private void SetFontFamily(
FontFamily
family) {
commonui\System\Drawing\Advanced\FontCollection.cs (4)
49
/// Gets the array of <see cref='System.Drawing.
FontFamily
'/>
53
public
FontFamily
[] Families {
76
FontFamily
[] families = new
FontFamily
[numFound];
commonui\System\Drawing\Advanced\FontFamily.cs (22)
72
/// Initializes a new instance of the <see cref='System.Drawing.
FontFamily
'/>
92
/// Initializes a new instance of the <see cref='System.Drawing.
FontFamily
'/>
105
/// Initializes a new instance of the <see cref='System.Drawing.
FontFamily
'/>
157
/// Initializes a new instance of the <see cref='System.Drawing.
FontFamily
'/>
229
FontFamily
ff = obj as
FontFamily
;
241
/// Converts this <see cref='System.Drawing.
FontFamily
'/> to a
250
/// Gets a hash code for this <see cref='System.Drawing.
FontFamily
'/>.
264
/// Disposes of this <see cref='System.Drawing.
FontFamily
'/>.
303
/// Gets the name of this <see cref='System.Drawing.
FontFamily
'/>.
316
/// Retuns the name of this <see cref='System.Drawing.
FontFamily
'/> in
337
/// <see cref='System.Drawing.
FontFamily
'/> objects associated with the current graphics
340
public static
FontFamily
[] Families {
351
/// Gets a generic SansSerif <see cref='System.Drawing.
FontFamily
'/>.
354
public static
FontFamily
GenericSansSerif {
377
/// Gets a generic Serif <see cref='System.Drawing.
FontFamily
'/>.
379
public static
FontFamily
GenericSerif {
402
/// Gets a generic monospace <see cref='System.Drawing.
FontFamily
'/>.
404
public static
FontFamily
GenericMonospace {
431
/// Returns an array that contains all of the <see cref='System.Drawing.
FontFamily
'/> objects associated with
438
public static
FontFamily
[] GetFamilies(Graphics graphics) {
515
/// consecutive lines of text for this <see cref='System.Drawing.
FontFamily
'/> with the specified <see cref='System.Drawing.FontStyle'/>.
commonui\System\Drawing\Advanced\GenericFontFamilies.cs (4)
17
/// Specifies a generic <see cref='System.Drawing.
FontFamily
'/>.
23
/// A generic Serif <see cref='System.Drawing.
FontFamily
'/>.
28
/// A generic SansSerif <see cref='System.Drawing.
FontFamily
'/>.
33
/// A generic Monospace <see cref='System.Drawing.
FontFamily
'/>.
commonui\System\Drawing\Advanced\GraphicsPath.cs (4)
1361
public void AddString(String s,
FontFamily
family, int style, float emSize,
1384
public void AddString(String s,
FontFamily
family, int style, float emSize,
1407
public void AddString(String s,
FontFamily
family, int style, float emSize,
1429
public void AddString(String s,
FontFamily
family, int style, float emSize,
commonui\System\Drawing\FontConverter.cs (2)
597
FontFamily
[] fonts =
FontFamily
.Families;
commonui\System\Drawing\SystemFonts.cs (1)
395
defaultFont = new Font(
FontFamily
.GenericSansSerif, 8);
System.Web.DataVisualization (7)
Common\General\Chart.cs (7)
4123
foreach (
FontFamily
fontFamily in
FontFamily
.Families)
4134
_defaultFamilyName =
FontFamily
.GenericSansSerif.Name;
4211
public Font GetFont(
FontFamily
family, float size, FontStyle style)
4229
public Font GetFont(
FontFamily
family, float size, FontStyle style, GraphicsUnit unit)
4298
public KeyInfo(
FontFamily
family, float size, FontStyle style)
4311
public KeyInfo(
FontFamily
family, float size, FontStyle style, GraphicsUnit unit)
System.Web.Mobile (2)
UI\MobileControls\Design\Converters\FontNameConverter.cs (2)
80
FontFamily
[] fonts =
FontFamily
.Families;
System.Windows.Forms.DataVisualization (7)
Common\General\Chart.cs (7)
4123
foreach (
FontFamily
fontFamily in
FontFamily
.Families)
4134
_defaultFamilyName =
FontFamily
.GenericSansSerif.Name;
4211
public Font GetFont(
FontFamily
family, float size, FontStyle style)
4229
public Font GetFont(
FontFamily
family, float size, FontStyle style, GraphicsUnit unit)
4298
public KeyInfo(
FontFamily
family, float size, FontStyle style)
4311
public KeyInfo(
FontFamily
family, float size, FontStyle style, GraphicsUnit unit)
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
3157
foreach (
FontFamily
family in
FontFamily
.Families)