https://github.com/vidarh/skrift-x11
Pure X11 integration for the pure Ruby "Skrift" TrueType engine
https://github.com/vidarh/skrift-x11
ruby ttf x11
Last synced: 6 months ago
JSON representation
Pure X11 integration for the pure Ruby "Skrift" TrueType engine
- Host: GitHub
- URL: https://github.com/vidarh/skrift-x11
- Owner: vidarh
- License: mit
- Created: 2023-09-25T18:32:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T09:28:10.000Z (over 2 years ago)
- Last Synced: 2025-02-17T03:57:03.316Z (over 1 year ago)
- Topics: ruby, ttf, x11
- Language: Ruby
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Skrift::X11
Skrift::X11 is a binding for the pure-Ruby pure-x11 gem for the pure-
Ruby [Skrift TrueType engine](https://github.com/vidarh/skrift)
It can produce output like this (see `example.rb`):

## Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add skrift-x11
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install skrift-x11
## Usage
See `example.rb`
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/vidarh/skrift-x11.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).