C# 클래스 AcManager.Tools.Objects.FontObject

상속: AcManager.Tools.AcObjectsNew.AcCommonSingleFileObject
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
BitmapExtensions string[]

Private Properties

프로퍼티 타입 설명
BitmapForChar System.Windows.Media.Imaging.CroppedBitmap
UpdateFontBitmap void

공개 메소드들

메소드 설명
CharToId ( char c ) : int
Delete ( ) : void
FontObject ( IFileAcManager manager, string id, bool enabled ) : System
HandleChangedFile ( string filename ) : bool
ResetIconBitmap ( ) : void

보호된 메소드들

메소드 설명
LoadOrThrow ( ) : void

비공개 메소드들

메소드 설명
BitmapForChar ( char c ) : System.Windows.Media.Imaging.CroppedBitmap
UpdateFontBitmap ( ) : void

메소드 상세

CharToId() 공개 정적인 메소드

public static CharToId ( char c ) : int
c char
리턴 int

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

FontObject() 공개 메소드

public FontObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
리턴 System

HandleChangedFile() 공개 메소드

public HandleChangedFile ( string filename ) : bool
filename string
리턴 bool

LoadOrThrow() 보호된 메소드

protected LoadOrThrow ( ) : void
리턴 void

ResetIconBitmap() 공개 메소드

public ResetIconBitmap ( ) : void
리턴 void

프로퍼티 상세

BitmapExtensions 공개적으로 정적으로 프로퍼티

public static string[] BitmapExtensions
리턴 string[]