C# Class AcManager.Tools.Objects.FontObject

Inheritance: AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
BitmapExtensions string[]

Private Properties

Свойство Type Description
BitmapForChar System.Windows.Media.Imaging.CroppedBitmap
UpdateFontBitmap void

Méthodes publiques

Méthode Description
CharToId ( char c ) : int
Delete ( ) : void
FontObject ( IFileAcManager manager, string id, bool enabled ) : System
HandleChangedFile ( string filename ) : bool
ResetIconBitmap ( ) : void

Méthodes protégées

Méthode Description
LoadOrThrow ( ) : void

Private Methods

Méthode Description
BitmapForChar ( char c ) : System.Windows.Media.Imaging.CroppedBitmap
UpdateFontBitmap ( ) : void

Method Details

CharToId() public static méthode

public static CharToId ( char c ) : int
c char
Résultat int

Delete() public méthode

public Delete ( ) : void
Résultat void

FontObject() public méthode

public FontObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
Résultat System

HandleChangedFile() public méthode

public HandleChangedFile ( string filename ) : bool
filename string
Résultat bool

LoadOrThrow() protected méthode

protected LoadOrThrow ( ) : void
Résultat void

ResetIconBitmap() public méthode

public ResetIconBitmap ( ) : void
Résultat void

Property Details

BitmapExtensions public_oe static_oe property

public static string[] BitmapExtensions
Résultat string[]