diff --git a/text/doc.go b/text/doc.go new file mode 100644 index 0000000..2a1c258 --- /dev/null +++ b/text/doc.go @@ -0,0 +1,2 @@ +// Package text implements efficient text drawing for the Pixel library. +package text