morepretty
This commit is contained in:
parent
f696fce6b0
commit
df49cc4b01
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
import bumpy, chroma, tables, pixie/blends, pixie/common, pixie/fonts,
|
import bumpy, chroma, pixie/blends, pixie/common, pixie/fonts, pixie/images,
|
||||||
pixie/images, pixie/masks, pixie/paints, pixie/paths, vmath
|
pixie/masks, pixie/paints, pixie/paths, tables, vmath
|
||||||
|
|
||||||
## This file provides a Nim version of the Canvas 2D API commonly used on the
|
## This file provides a Nim version of the Canvas 2D API commonly used on the
|
||||||
## web. The goal is to make picking up Pixie easy for developers familiar with
|
## web. The goal is to make picking up Pixie easy for developers familiar with
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
import bumpy, chroma, common, os, pixie/fontformats/opentype, pixie/fontformats/svgfont,
|
import bumpy, chroma, common, os, pixie/fontformats/opentype,
|
||||||
pixie/images, pixie/masks, pixie/paints, pixie/paths, strutils, unicode, vmath
|
pixie/fontformats/svgfont, pixie/images, pixie/masks, pixie/paints,
|
||||||
|
pixie/paths, strutils, unicode, vmath
|
||||||
|
|
||||||
const
|
const
|
||||||
AutoLineHeight* = -1.float32 ## Use default line height for the font size
|
AutoLineHeight* = -1.float32 ## Use default line height for the font size
|
||||||
|
|
Loading…
Reference in a new issue