프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateGlyph | System.Windows.Media.ImageSource | ||
FontImage | System | ||
ProvideDynamicValue | object |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ProvideDynamicValue ( IServiceProvider serviceProvider ) : object |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |
public GetImageSource ( ) : System.Windows.Media.ImageSource | ||
리턴 | System.Windows.Media.ImageSource |
public static GetRegisteredFont ( string name ) : System.Windows.Media.FontFamily | ||
name | string | |
리턴 | System.Windows.Media.FontFamily |
protected ProvideDynamicValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | |
리턴 | object |
public static RegisterFont ( string name, System.Windows.Media.FontFamily fontFamily ) : void | ||
name | string | |
fontFamily | System.Windows.Media.FontFamily | |
리턴 | void |