Skip to content

Tags: mobius3/font-chef

Tags

v1.1.0

Toggle v1.1.0's commit message
Version 1.1.0

- BREAKING CHANGE: Now `fc_render` and `fc_render_wrapped` return a
structure containing the glyph and line count. It used to return an
integer with the glyph count.
- BREAKING CHANGE: `fc_wrap` now returns the number of lines produced

v1.0.2

Toggle v1.0.2's commit message
Version 1.0.2

- small compile fix for operator= (@bodomartin)
- properly consider spaces when wrapping
- project logo and icon

v1.0.1

Toggle v1.0.1's commit message
Version 1.0.1

- Adds a manual
- Minor adjustments for parameter names

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0

- Initial release