We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b00a6 commit 477796eCopy full SHA for 477796e
test/runtests.jl
@@ -19,6 +19,7 @@ face = FA.findfont("hack")
19
@test :size in propertynames(face)
20
@test repr(face) == "FTFont (family = Hack, style = Regular)"
21
@test Broadcast.broadcastable(face)[] == face
22
+ @test FA.get_path(face) == joinpath(@__DIR__, "hack_regular.ttf")
23
24
@test FA.ascender(face) isa Real
25
@test FA.descender(face) isa Real
0 commit comments