I've been randomly trying fonts in Prawn, for Ruby.
For Example: Times New Roman - Yes Palatino Linotype - No
Is there a list of which fonts are available and which aren't?
|
I've been randomly trying fonts in Prawn, for Ruby. For Example: Times New Roman - Yes Palatino Linotype - No Is there a list of which fonts are available and which aren't? |
|||
|
|
|
There's a list of default fonts in the code, at lib/prawn/font/afm.rb (version 1.0.0.rc1):
|
|||
|
|
|
14 fonts are available by default: Courier, Helvetica, Symbol, Times and ZapfDingbats in various bold and italic forms. In nearly every case I'd recommend using the font() method to load an external truetype font of your choosing. This has the added benefit of give you the option to use non latin characters. Short answer: there's no list, just use TTF. |
|||||
|