Метод | Описание | |
---|---|---|
Create ( string family, float emSize, FontStyle style = FontStyle.Regular, GraphicsUnit unit = GraphicsUnit.Pixel ) : |
||
GetAllFamilies ( ) : System.Drawing.FontFamily[] | ||
GetFamily ( string family ) : |
||
RegisterFont ( byte font ) : void | ||
RegisterFont ( string fontFilePath ) : void |
Метод | Описание | |
---|---|---|
FontHelper ( ) : System |
public static Create ( string family, float emSize, FontStyle style = FontStyle.Regular, GraphicsUnit unit = GraphicsUnit.Pixel ) : |
||
family | string | |
emSize | float | |
style | FontStyle | |
unit | GraphicsUnit | |
Результат |
public static GetAllFamilies ( ) : System.Drawing.FontFamily[] | ||
Результат | System.Drawing.FontFamily[] |
public static GetFamily ( string family ) : |
||
family | string | |
Результат |
public static RegisterFont ( byte font ) : void | ||
font | byte | |
Результат | void |
public static RegisterFont ( string fontFilePath ) : void | ||
fontFilePath | string | |
Результат | void |