I downloaded the font "cardo" from the following homepage:
http://www.fontsquirrel.com/
I found a bug in the option -debug annotate.
The width value is too high with the following command line:
convert -debug annotate xc: -font "/usr/share/fonts/truetype/Cardo-Regular.ttf" -annotate 0 ...
Search found 2 matches
- 2014-06-23T14:21:19-07:00
- Forum: Bugs
- Topic: The width of the font
- Replies: 0
- Views: 3687
- 2014-06-20T11:20:38-07:00
- Forum: Users
- Topic: Problem with -debug annotate
- Replies: 0
- Views: 3160
Problem with -debug annotate
The option -debug annotate gives a false information:
convert -debug annotate xc: -font "/usr/share/fonts/opentype/Arsenal-Regular.otf -annotate" 0 "A" null: 2>&1 | grep "Metrics:"
---> With A (Uppercase letter):
Metrics: text: A; width: 6.71875; height: 15; ascent: 12; descent: -4; max advance ...
convert -debug annotate xc: -font "/usr/share/fonts/opentype/Arsenal-Regular.otf -annotate" 0 "A" null: 2>&1 | grep "Metrics:"
---> With A (Uppercase letter):
Metrics: text: A; width: 6.71875; height: 15; ascent: 12; descent: -4; max advance ...