feat(profile): add fc-match & fc-pattern.
This commit is contained in:
parent
ffd6ecba5b
commit
8d4d17fa34
2 changed files with 13 additions and 1 deletions
|
|
@ -8,3 +8,15 @@ load common
|
|||
@test "fc-list: Return a list of installed fonts in your system" {
|
||||
fc-list
|
||||
}
|
||||
|
||||
@test "fc-match: Return a sorted list of best matching fonts" {
|
||||
fc-match -s 'DejaVu Serif'
|
||||
}
|
||||
|
||||
@test "fc-pattern: Display default information about a font" {
|
||||
fc-pattern --default 'DejaVu Serif'
|
||||
}
|
||||
|
||||
@test "fc-pattern: Display configuration information about a font" {
|
||||
fc-pattern --config 'DejaVu Serif'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue