generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Issue Description
The project currently depends on github.com/golang/freetype, which has been archived and is no longer maintained.
Problem
- github.com/golang/freetype is an archived project
- No updates or bug fixes will be provided
- Potential compatibility issues with future Go versions
Proposed Solution
Migrate to golang.org/x/image/font which is the recommended replacement for font handling in Go.
Impact
- Ensures continued maintenance and updates
- Better compatibility with future Go versions
- Follows Go community best practices
References
- Archived repository: https://github.com/golang/freetype
- Recommended replacement: https://pkg.go.dev/golang.org/x/image/font
Metadata
Metadata
Assignees
Labels
No labels