prawn

https://github.com/prawnpdf/prawn

Ruby

Fast, Nimble PDF Writer for Ruby

Prawn::Fonts::TTF#font_type

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:prawnpdf/prawn.git

cd prawn

open lib/prawn/fonts/ttf.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Prawn--Fonts--TTF-font_type-for-pr


# Commit to git

git add lib/prawn/fonts/ttf.rbgit commit -m "better docs for Prawn::Fonts::TTF#font_type"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Prawn--Fonts--TTF-font_type-for-pr

hub pull-request


# Celebrate!