Inheritance Hierarchy
ObservableObject
ViewModelBase
DeltaEngine.Editor.SpriteFontCreator FontCreatorViewModel
Namespace: DeltaEngine.Editor.SpriteFontCreator
Assembly: DeltaEngine.Editor.SpriteFontCreator (in DeltaEngine.Editor.SpriteFontCreator.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The FontCreatorViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FontCreatorViewModel | Initializes a new instance of the FontCreatorViewModel class |
Methods
Name | Description | |
---|---|---|
Broadcast``1 | (Inherited from ViewModelBase.) | |
Cleanup | (Inherited from ViewModelBase.) | |
GenerateFontFromSettings | ||
OpenImportdialogue | ||
RaisePropertyChanged(String) | (Inherited from ObservableObject.) | |
RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) | |
RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) | |
RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) | |
RaisePropertyChanging(String) | (Inherited from ObservableObject.) | |
RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) | |
Reset | ||
Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) | |
Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) | |
Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) | |
Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) | |
SetControls | ||
UpdateAvailableDefaultFonts | ||
VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
settings | ||
targetProjectPath |
Properties
Name | Description | |
---|---|---|
AddOutline | ||
AddShadow | ||
AvailableDefaultFontNames | ||
BestFontLineHeight | ||
BestFontSize | ||
BestFontTracking | ||
Bold | ||
ContentName | ||
ContentNamesList | ||
FamilyFilename | ||
IsInDesignMode | (Inherited from ViewModelBase.) | |
Italic | ||
MessengerInstance | (Inherited from ViewModelBase.) | |
PropertyChangedHandler | (Inherited from ObservableObject.) | |
PropertyChangingHandler | (Inherited from ObservableObject.) | |
Underline | ||
UseDefaultFont |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from ObservableObject.) | |
PropertyChanging | (Inherited from ObservableObject.) |
See Also