Skip to content

Commit

Permalink
Merge pull request #4 from bullmoose20/patch-3
Browse files Browse the repository at this point in the history
Update PosterMaker.ps1
  • Loading branch information
fscorrupt authored Feb 17, 2024
2 parents 49d5a7c + d8bf771 commit 93c046c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PosterMaker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Function Get-OptimalPointSize {
$current_pointsize = $max_pointsize
}
elseif ($current_pointsize -lt $min_pointsize) {
Write-Host " Text current_pointsize: '$current_pointsize'" -ForegroundColor Red
Write-Host " Text min_pointsize: '$min_pointsize'" -ForegroundColor Red
Write-Host " WARNING! Text truncated! optimalFontSize: $current_pointsize below min_pointsize: $min_pointsize" -ForegroundColor Red
" WARNING! Text truncated! optimalFontSize: $current_pointsize below min_pointsize: $min_pointsize" | Out-File $ScriptRoot\Logs\PosterCreation.log -Append
$current_pointsize = $min_pointsize
}
Expand Down

0 comments on commit 93c046c

Please sign in to comment.