[C#]
static XFont FindByStyle(string family, FontWeight weight, bool italic)
static XFont FindByStyle(string family, int weight, bool italic)
static XFont FindByStyle(IEnumerable<XFont> fonts, int weight, int weightTolerance, bool italic)
[Visual
Basic]
Shared Function FindByStyle(family As String, weight As FontWeight, italic As Boolean)
As XFont
Shared Function FindByStyle(family As String, weight As Integer, italic As Boolean) As XFont
Shared Function FindByStyle(fonts As IEnumerable(Of XFont), weight As Integer, weightTolerance as Integer, italic As Boolean) As XFont
|
|
|