diff --git a/measure/measure.go b/text/shape/measure.go similarity index 98% rename from measure/measure.go rename to text/shape/measure.go index e72a0159..1c832dbe 100644 --- a/measure/measure.go +++ b/text/shape/measure.go @@ -1,9 +1,9 @@ // SPDX-License-Identifier: Unlicense OR MIT /* -Package measure implements text layout and shaping. +Package shape implements text layout and shaping. */ -package measure +package shape import ( "math" diff --git a/measure/opentype.go b/text/shape/opentype.go similarity index 98% rename from measure/opentype.go rename to text/shape/opentype.go index 32871a81..27030ad5 100644 --- a/measure/opentype.go +++ b/text/shape/opentype.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Unlicense OR MIT -package measure +package shape import ( "golang.org/x/image/font"