diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh index 0279e98..7fdc927 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertPngToKsplash.sh @@ -33,7 +33,7 @@ function svg_convertPngToKsplash { local COUNT=0 # Define font used to print bottom splash message. - FONT=$(cli_getTTFont "DejaVuLGCSans-Bold") + FONT=$(svg_getTTFont "DejaVuLGCSans-Bold") # Check existence of font file. cli_checkFiles "$FONT"