Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-12T09:28:10.000Z (about 1 year ago)
- Last Synced: 2024-12-25T19:56:59.118Z (26 days 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`):
![Example image](https://raw.githubusercontent.com/vidarh/skrift-x11/master/example.png)
## 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).