Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FontBitmapLoaderFlyweight ( string face, int height, bool antialiased ) : System |
Win32 GetGlyphOutlineを使って文字ビットマップを得ます。Flyweightパターン版。
|
|
GetCharacterBitmap ( char c ) : |
キャラクタ情報を取得します
|
public FontBitmapLoaderFlyweight ( string face, int height, bool antialiased ) : System | ||
face | string | フォント名 |
height | int | 高さ。正を指定するとセルの高さ、負を指定すると文字の高さと見なす。 |
antialiased | bool | アンチエイリアス? trueの場合65階調、falseの場合2階調のビットマップを得ます |
return | System |
public GetCharacterBitmap ( char c ) : |
||
c | char | 文字 |
return |