C# Класс KeePass.UI.FontUtil

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AssignDefault ( Control c ) : void
AssignDefaultBold ( Control c ) : void
AssignDefaultItalic ( Control c ) : void
AssignDefaultMono ( Control c, bool bIsPasswordBox ) : void
CreateFont ( Font fBase, FontStyle fs ) : Font
CreateFont ( FontFamily ff, float fEmSize, FontStyle fs ) : Font
CreateFont ( string strFamily, float fEmSize, FontStyle fs ) : Font
CreateFont ( string strFamily, float fEmSize, FontStyle fs, GraphicsUnit gu ) : Font
SetDefaultFont ( Control c ) : void

Описание методов

AssignDefault() публичный статический Метод

public static AssignDefault ( Control c ) : void
c System.Windows.Forms.Control
Результат void

AssignDefaultBold() публичный статический Метод

public static AssignDefaultBold ( Control c ) : void
c System.Windows.Forms.Control
Результат void

AssignDefaultItalic() публичный статический Метод

public static AssignDefaultItalic ( Control c ) : void
c System.Windows.Forms.Control
Результат void

AssignDefaultMono() публичный статический Метод

public static AssignDefaultMono ( Control c, bool bIsPasswordBox ) : void
c System.Windows.Forms.Control
bIsPasswordBox bool
Результат void

CreateFont() публичный статический Метод

public static CreateFont ( Font fBase, FontStyle fs ) : Font
fBase System.Drawing.Font
fs FontStyle
Результат System.Drawing.Font

CreateFont() публичный статический Метод

public static CreateFont ( FontFamily ff, float fEmSize, FontStyle fs ) : Font
ff System.Drawing.FontFamily
fEmSize float
fs FontStyle
Результат System.Drawing.Font

CreateFont() публичный статический Метод

public static CreateFont ( string strFamily, float fEmSize, FontStyle fs ) : Font
strFamily string
fEmSize float
fs FontStyle
Результат System.Drawing.Font

CreateFont() публичный статический Метод

public static CreateFont ( string strFamily, float fEmSize, FontStyle fs, GraphicsUnit gu ) : Font
strFamily string
fEmSize float
fs FontStyle
gu GraphicsUnit
Результат System.Drawing.Font

SetDefaultFont() публичный статический Метод

public static SetDefaultFont ( Control c ) : void
c System.Windows.Forms.Control
Результат void