FontCreatorViewModel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  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

public class FontCreatorViewModel : ViewModelBase

The FontCreatorViewModel type exposes the following members.

Constructors

  NameDescription
Public methodFontCreatorViewModel
Initializes a new instance of the FontCreatorViewModel class
Top
Methods

  NameDescription
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Public methodGenerateFontFromSettings
Public methodOpenImportdialogue
Protected methodRaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  , UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanging``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Public methodReset
Protected methodSet``1(Expression Func UMP  , UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(String, UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodSet``1(String, UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Public methodSetControls
Public methodUpdateAvailableDefaultFonts
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Fields

  NameDescription
Public fieldsettings
Public fieldtargetProjectPath
Top
Properties

  NameDescription
Public propertyAddOutline
Public propertyAddShadow
Public propertyAvailableDefaultFontNames
Public propertyBestFontLineHeight
Public propertyBestFontSize
Public propertyBestFontTracking
Public propertyBold
Public propertyContentName
Public propertyContentNamesList
Public propertyFamilyFilename
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyItalic
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertyUnderline
Public propertyUseDefaultFont
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from ObservableObject.)
Public eventPropertyChanging (Inherited from ObservableObject.)
Top
See Also