Skip to content

Commit

Permalink
Update src/Fontconfig.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: Mosè Giordano <giordano@users.noreply.github.com>
  • Loading branch information
Kristoffer Carlsson and giordano authored Feb 12, 2020
1 parent 1a71d56 commit ef31051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fontconfig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using Fontconfig_jll
export format, match, list

function __init__()
ENV["FONTCONFIG_FILE"] = joinpath(dirname(libfontconfig), "..", "etc", "fonts", "fonts.conf")
ENV["FONTCONFIG_FILE"] = fonts_conf
ccall((:FcInit, libfontconfig), UInt8, ())

# By default fontconfig on OSX does not include user fonts.
Expand Down

0 comments on commit ef31051

Please sign in to comment.