Fontconfig_jll.fc_cacheMethod
fc_cache(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_cache.

Example

fc_cache() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_cacheMethod
fc_cache(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_cache. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_cache()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_catMethod
fc_cat(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_cat.

Example

fc_cat() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_catMethod
fc_cat(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_cat. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_cat()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_conflistMethod
fc_conflist(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_conflist.

Example

fc_conflist() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_conflistMethod
fc_conflist(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_conflist. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_conflist()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_listMethod
fc_list(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_list.

Example

fc_list() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_listMethod
fc_list(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_list. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_list()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_matchMethod
fc_match(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_match.

Example

fc_match() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_matchMethod
fc_match(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_match. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_match()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_patternMethod
fc_pattern(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_pattern.

Example

fc_pattern() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_patternMethod
fc_pattern(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_pattern. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_pattern()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_queryMethod
fc_query(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_query.

Example

fc_query() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_queryMethod
fc_query(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_query. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_query()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_scanMethod
fc_scan(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_scan.

Example

fc_scan() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_scanMethod
fc_scan(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_scan. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_scan()) $arguments`)
Julia 1.6
Fontconfig_jll.fc_validateMethod
fc_validate(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of fc_validate.

Example

fc_validate() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Fontconfig_jll.fc_validateMethod
fc_validate(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of fc_validate. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(fc_validate()) $arguments`)
Julia 1.6