readme
This commit is contained in:
parent
c30419c99d
commit
e4a01752b6
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -9,6 +9,7 @@ This library is being actively developed and we'd be happy for you to use it.
|
||||||
`nimble install pixie`
|
`nimble install pixie`
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
* Typesetting and rasterizing text, including styled rich text via spans.
|
||||||
* Drawing paths, shapes and curves with even-odd and non-zero windings.
|
* Drawing paths, shapes and curves with even-odd and non-zero windings.
|
||||||
* Pixel-perfect AA quality.
|
* Pixel-perfect AA quality.
|
||||||
* Supported file formats are PNG, BMP, JPG, SVG + more in development.
|
* Supported file formats are PNG, BMP, JPG, SVG + more in development.
|
||||||
|
@ -22,7 +23,14 @@ Features:
|
||||||
|
|
||||||
API reference: https://treeform.github.io/pixie/pixie.html
|
API reference: https://treeform.github.io/pixie/pixie.html
|
||||||
|
|
||||||
### File formats
|
### Font file formats
|
||||||
|
|
||||||
|
Format | Read
|
||||||
|
------------- | -------------
|
||||||
|
TTF | ✅
|
||||||
|
OTF | ✅
|
||||||
|
|
||||||
|
### Image file formats
|
||||||
|
|
||||||
Format | Read | Write |
|
Format | Read | Write |
|
||||||
------------- | ------------- | ------------- |
|
------------- | ------------- | ------------- |
|
||||||
|
|
Loading…
Reference in a new issue