gfx_text 0.17.0

Draw text for gfx using freetype.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build -v
  - cargo test -v
  - cargo doc -v
after_success:
  - curl http://docs.piston.rs/travis-doc-upload.sh | sh