Fontconfig_jll.fc_cache
— Methodfc_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
Fontconfig_jll.fc_cache
— Methodfc_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`)
Fontconfig_jll.fc_cat
— Methodfc_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
Fontconfig_jll.fc_cat
— Methodfc_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`)
Fontconfig_jll.fc_conflist
— Methodfc_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
Fontconfig_jll.fc_conflist
— Methodfc_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`)
Fontconfig_jll.fc_list
— Methodfc_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
Fontconfig_jll.fc_list
— Methodfc_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`)
Fontconfig_jll.fc_match
— Methodfc_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
Fontconfig_jll.fc_match
— Methodfc_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`)
Fontconfig_jll.fc_pattern
— Methodfc_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
Fontconfig_jll.fc_pattern
— Methodfc_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`)
Fontconfig_jll.fc_query
— Methodfc_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
Fontconfig_jll.fc_query
— Methodfc_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`)
Fontconfig_jll.fc_scan
— Methodfc_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
Fontconfig_jll.fc_scan
— Methodfc_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`)
Fontconfig_jll.fc_validate
— Methodfc_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
Fontconfig_jll.fc_validate
— Methodfc_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`)
Fontconfig_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.