Beispiel #1
0
def fc_match(family, bold, italic, spacing=FC_MONO):
    return fc_match_impl(family, bold, italic, spacing)
Beispiel #2
0
def fc_match(family: str,
             bold: bool,
             italic: bool,
             spacing: int = FC_MONO) -> FontConfigPattern:
    return fc_match_impl(family, bold, italic, spacing)
Beispiel #3
0
def fc_match(family, bold, italic):
    return fc_match_impl(family, bold, italic)