Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FontBitmapLoader ( string fontface, int height, bool antialiased ) : System |
Win32 GetGlyphOutlineを使って文字ビットマップを得る
|
|
GetCharacterBitmap ( char c ) : |
1文字分のグリフを得る
|
|
Pt2Px ( int pt ) : int |
文字サイズのポイントをピクセルに変換する。 Windowsの文字サイズ設定に依存しない。
|
Method | Description | |
---|---|---|
ReleaseUnmanaged ( ) : void |
public FontBitmapLoader ( string fontface, int height, bool antialiased ) : System | ||
fontface | string | フォント名 |
height | int | 高さ。正を指定するとセルの高さ、負を指定すると文字の高さと見なす。 |
antialiased | bool | アンチエイリアス? trueの場合65階調、falseの場合2階調のビットマップを得ます |
return | System |
public GetCharacterBitmap ( char c ) : |
||
c | char | 文字 |
return |