[go: up one dir, main page]

andrew 0.1.5

The andrew crate provides convenient drawing of objects such as shapes, lines and text to buffers
Documentation
# Change Log

## Unreleased

## 0.1.5 -- 2019-01-13

- Fix drawing of characters with negative bounding boxes
- Fix error in `get_width()` for text without any characters

## 0.1.4 -- 2018-11-10

- Remove rusttype version restriction

## 0.1.3 -- 2018-10-09

- Move from `quick-xml` to `xml-rs` dependency 

## 0.1.2 -- 2018-10-04

- Add basic/experimental support for fontconfig in `andrew::text::fontconfig`

## 0.1.1 -- 2018-09-17

- Manage dependencies to maintain rust 1.22 compatibility
- Update rusttype to 0.7.1

## 0.1.0 -- 2018-08-17

Initial version, including:

- canvas
- lines
- rectangles
- text