Add screenshot
This commit is contained in:
parent
02509206ec
commit
a09ee7cde5
Binary file not shown.
|
|
@ -1,2 +1,4 @@
|
||||||
# FontFace
|
# FontFace
|
||||||
Font previewer for macOS
|
Font previewer for macOS
|
||||||
|
|
||||||
|

|
||||||
|
|
@ -22,8 +22,10 @@ struct CharacterGraidView: View {
|
||||||
]
|
]
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
|
||||||
|
let list = FontProvider.shared.fetchCharacterList(familyName: selectedFontFamily)
|
||||||
|
|
||||||
ZStack(alignment: .top) {
|
ZStack(alignment: .top) {
|
||||||
let list = FontProvider.shared.fetchCharacterList(familyName: selectedFontFamily)
|
|
||||||
|
|
||||||
if list.isEmpty {
|
if list.isEmpty {
|
||||||
Text("Select a font to preview")
|
Text("Select a font to preview")
|
||||||
|
|
@ -49,6 +51,7 @@ struct CharacterGraidView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.navigationTitle(list.isEmpty ? "FontFace" : selectedFontName)
|
||||||
}
|
}
|
||||||
|
|
||||||
func empty() -> Bool {
|
func empty() -> Bool {
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 366 KiB |
Loading…
Reference in New Issue