Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 31, 2024
1 parent 034984a commit daf93ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/FreeTypeExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ function __init__()
# so we supply a way to help it with an environment variable.
font_paths = if Sys.isapple() # COV_EXCL_LINE
[
"/Library/Fonts", # additional fonts that can be used by all users. This is generally where fonts go if they are to be used by other applications.
joinpath(homedir(), "Library/Fonts"), # Fonts specific to each user.
"/Library/Fonts", # additional fonts that can be used by all users: this is generally where fonts go if they are to be used by other applications
joinpath(homedir(), "Library/Fonts"), # fonts specific to each user
"/Network/Library/Fonts", # fonts shared for users on a network
"/System/Library/Fonts", # system specific fonts
"/System/Library/Fonts/Supplemental", # new location since Catalina
Expand Down

0 comments on commit daf93ba

Please sign in to comment.