Simple Text Label Examples Fails
-
- Posts: 31
- Joined: 2004-10-28T11:18:28-07:00
- Location: Virginia, USA
-
- Posts: 1
- Joined: 2012-01-23T03:44:35-07:00
- Authentication code: 8675308
Re: Simple Text Label Examples Fails
Hello new to ImageMagick and I'm having a problem displaying this font.
Sorry, I figured out that I needed to use it like this -font Nanum-Pen-Script-Regular
- Font: Nanum-Brush-Script-Regular
- family: Nanum Brush Script
- style: Normal
- stretch: Normal
- weight: 400
- glyphs: /Library/Fonts/NanumScript.ttc
Code: Select all
date "+%d" | /usr/local/bin/convert -rotate 90 -background none -fill black -font Nanum Brush Script Regular -channel RGBA -blur 0x6 -pointsize 144 -density 200 label:@- -trim ~/Documents/Nerdz/date.png
Sorry, I figured out that I needed to use it like this -font Nanum-Pen-Script-Regular