Метод | Описание | |
---|---|---|
CreateDesignFont ( string faceName, bool bold, bool italic, |
Creates a font whose height is equal to the negative value of the EM Square
|
|
CreateFont ( string faceName, int height, bool bold, bool italic ) : |
Creates a font based on the supplied typeface name and size.
|
|
Dispose ( ) : void | ||
GdiFont ( |
Class constructor
|
|
GetMetrics ( |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public static CreateDesignFont ( string faceName, bool bold, bool italic, |
||
faceName | string | The typeface name of a font. |
bold | bool | |
italic | bool | |
dc | ||
Результат |
public static CreateFont ( string faceName, int height, bool bold, bool italic ) : |
||
faceName | string | The typeface name of a font. |
height | int | /// The height, in logical units, of the font's character /// cell or character. /// |
bold | bool | |
italic | bool | |
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GdiFont ( |
||
hFont | A handle to an existing font. | |
faceName | string | |
height | int | |
Результат | System |
public GetMetrics ( |
||
dc | ||
Результат | Fonet.Pdf.Gdi.GdiFontMetrics |