Method | Description | |
---|---|---|
CanExtend ( object extendee ) : bool |
Specifies whether this object can provide its extender properties to the specified object.
|
|
FontProvider ( ) : System |
Creates a new instance of the FontProvider class.
|
|
SetFontSet ( object component, string fontSet ) : void |
Sets the font set for the component passed.
|
|
SetFontSetResolver ( IFontSetResolver p_fsrResolver ) : void |
Sets the resolver to use to get the font associated with a font set.
|
|
SetFontSize ( object component, float fontSize ) : void |
Sets the font size for the component passed.
|
|
SetFontStyle ( object component, FontStyle fontStyle ) : void |
Sets the font set for the component passed.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
SetFontInformation ( object component, FontSetInformation information ) : void |
Sets the font set for the component passed.
|
Method | Description | |
---|---|---|
GetFontInformation ( object component ) : FontSetInformation | ||
GetFontSet ( object component ) : string | ||
GetFontSize ( object component ) : float | ||
GetFontStyle ( object component ) : FontStyle | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected SetFontInformation ( object component, FontSetInformation information ) : void | ||
component | object | The component to set the font set for. |
information | FontSetInformation | The name of the font set used. |
return | void |
public SetFontSet ( object component, string fontSet ) : void | ||
component | object | The component to set the font set for. |
fontSet | string | The name of the font set used. |
return | void |
public static SetFontSetResolver ( IFontSetResolver p_fsrResolver ) : void | ||
p_fsrResolver | IFontSetResolver | The resolver to use to get the font associated with a font set. |
return | void |
public SetFontSize ( object component, float fontSize ) : void | ||
component | object | The component to set the font set for. |
fontSize | float | The size of the font. |
return | void |
public SetFontStyle ( object component, FontStyle fontStyle ) : void | ||
component | object | The component to set the font set for. |
fontStyle | FontStyle | The name of the font set used. |
return | void |