https://github.com/hugopl/harfbuzz.cr
Crystal "bindings" for HarfBuzz library
https://github.com/hugopl/harfbuzz.cr
bindings crystal harfbuzz
Last synced: about 1 month ago
JSON representation
Crystal "bindings" for HarfBuzz library
- Host: GitHub
- URL: https://github.com/hugopl/harfbuzz.cr
- Owner: hugopl
- License: mit
- Created: 2023-03-10T20:06:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T14:08:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T21:41:43.866Z (3 months ago)
- Topics: bindings, crystal, harfbuzz
- Language: Crystal
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HarfBuzz.cr
Crystal bindings for [Harfbuzz](https://harfbuzz.github.io/) library.
⚠️ This binding just compiles, nobody tried to do a single function call on it. However GTK4 and GTK3 shards depends on it.
Currently this shard only exists to be shared between [GTK4](https://github.com/hugopl/gtk4.cr) and
[GTK3](https://github.com/phil294/gtk3.cr) shards.## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
harfbuzz:
github: hugopl/harfbuzz.cr
```2. Run `shards install`
## Usage
```crystal
require "harfbuzz"
```## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Hugo Parente Lima](https://github.com/hugopl) - creator and maintainer