[]
Returns the list of fonts with the specified typographic family name.
The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.
public List<Font> SelectByTypographicFamilyName(string typographicFamilyName)
Public Function SelectByTypographicFamilyName(typographicFamilyName As String) As List(Of Font)
Type | Name | Description |
---|---|---|
string | typographicFamilyName |
Collects the fonts with the specified typographic family name.
The typographic family grouping doesn't impose any constraints on the number of faces within it, in contrast with the 4-style family grouping.
public void SelectByTypographicFamilyName(string typographicFamilyName, List<Font> res)
Public Sub SelectByTypographicFamilyName(typographicFamilyName As String, res As List(Of Font))