Created
          April 29, 2011 03:40 
        
      - 
      
- 
        Save CootCraig/947787 to your computer and use it in GitHub Desktop. 
    Prawn TTF font versus Built-in font
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | require 'prawn' | |
| Prawn::Document.generate "my.pdf" do | |
| font_size 40 | |
| font "Times-Roman" | |
| text "Times-Roman" | |
| font "times.ttf" | |
| text "times.ttf" | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment