Property | Type | Description | |
---|---|---|---|
CreateGlyph | System.Windows.Media.ImageSource | ||
FontImage | System | ||
ProvideDynamicValue | object |
Method | Description | |
---|---|---|
FontImage ( string itemName ) : System |
Initializes a new instance of the FontImage class.
|
|
GetImageSource ( ) : System.Windows.Media.ImageSource | ||
GetRegisteredFont ( string name ) : System.Windows.Media.FontFamily | ||
GetRegisteredFonts ( ) : IEnumerable |
||
RegisterFont ( string name, System.Windows.Media.FontFamily fontFamily ) : void |
Method | Description | |
---|---|---|
ProvideDynamicValue ( IServiceProvider serviceProvider ) : object |
Method | Description | |
---|---|---|
CreateGlyph ( string text, System.Windows.Media.FontFamily fontFamily, System.Windows.FontStyle fontStyle, System.Windows.FontWeight fontWeight, System.Windows.FontStretch fontStretch, System.Windows.Media.Brush foreBrush ) : System.Windows.Media.ImageSource | ||
FontImage ( ) : System | ||
ProvideDynamicValue ( ) : object |
public FontImage ( string itemName ) : System | ||
itemName | string | Name of the resource. |
return | System |
public GetImageSource ( ) : System.Windows.Media.ImageSource | ||
return | System.Windows.Media.ImageSource |
public static GetRegisteredFont ( string name ) : System.Windows.Media.FontFamily | ||
name | string | |
return | System.Windows.Media.FontFamily |
public static GetRegisteredFonts ( ) : IEnumerable |
||
return | IEnumerable |
protected ProvideDynamicValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | |
return | object |
public static RegisterFont ( string name, System.Windows.Media.FontFamily fontFamily ) : void | ||
name | string | |
fontFamily | System.Windows.Media.FontFamily | |
return | void |