C# 클래스 Tsukikage.WindowsUtil.FontBitmapLoaderFlyweight

Win32 GetGlyphOutlineからBitmapを得ます。Flyweightパターン版。
상속: IDisposable
파일 보기 프로젝트 열기: ttsuki/ttsuki

공개 메소드들

메소드 설명
Dispose ( ) : void
FontBitmapLoaderFlyweight ( string face, int height, bool antialiased ) : System

Win32 GetGlyphOutlineを使って文字ビットマップを得ます。Flyweightパターン版。

GetCharacterBitmap ( char c ) : FontBitmap

キャラクタ情報を取得します

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FontBitmapLoaderFlyweight() 공개 메소드

Win32 GetGlyphOutlineを使って文字ビットマップを得ます。Flyweightパターン版。
public FontBitmapLoaderFlyweight ( string face, int height, bool antialiased ) : System
face string フォント名
height int 高さ。正を指定するとセルの高さ、負を指定すると文字の高さと見なす。
antialiased bool アンチエイリアス? trueの場合65階調、falseの場合2階調のビットマップを得ます
리턴 System

GetCharacterBitmap() 공개 메소드

キャラクタ情報を取得します
public GetCharacterBitmap ( char c ) : FontBitmap
c char 文字
리턴 FontBitmap