mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 10:25:37 +00:00
text/shape: move package measure
Text shaping is a common name for what package measure does. Rename it to "shape" and move it below the text package. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
// SPDX-License-Identifier: Unlicense OR MIT
|
// 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 (
|
import (
|
||||||
"math"
|
"math"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: Unlicense OR MIT
|
// SPDX-License-Identifier: Unlicense OR MIT
|
||||||
|
|
||||||
package measure
|
package shape
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"golang.org/x/image/font"
|
"golang.org/x/image/font"
|
||||||
Reference in New Issue
Block a user