|
[C#]
static XFont FindByStyle(string
family, FontWeight weight, bool italic)
static XFont FindByStyle(string
family, int weight, bool italic)
static XFont FindByStyle(string
family, FontWeight weight, bool italic, Store store)
static XFont FindByStyle(string
family, int weight, bool italic, Store store)
static XFont
FindByStyle(IEnumerable<XFont> fonts, int weight, int
weightTolerance, bool italic)
|
|
|