text/v2: deprecate GoTextFace.Script

Updates #3175
This commit is contained in:
Hajime Hoshi 2024-12-27 17:47:17 +09:00
parent 25cc679d3b
commit db07dcfe9f

View File

@ -58,6 +58,8 @@ type GoTextFace struct {
// Script is a hint for a script code hint of (ISO 15924).
// If this is empty, the script is guessed from the specified language.
//
// Deprecated: as of v2.9. Use Language instead.
Script language.Script
variations []font.Variation