From 451b7d3a74b28f7eec3fea2c78f529e2d687e341 Mon Sep 17 00:00:00 2001 From: Chris Waldon Date: Wed, 6 May 2026 13:29:01 -0400 Subject: [PATCH] text: drop obsolete comment about NewWindow Fixes: https://todo.sr.ht/~eliasnaur/gio/681 Signed-off-by: Chris Waldon --- text/shaper.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/text/shaper.go b/text/shaper.go index bd52aa1c..4aba73b8 100644 --- a/text/shaper.go +++ b/text/shaper.go @@ -259,10 +259,6 @@ func WithCollection(collection []FontFace) ShaperOption { } // NewShaper constructs a shaper with the provided options. -// -// NewShaper must be called after [app.NewWindow], unless the [NoSystemFonts] -// option is specified. This is an unfortunate restriction caused by some platforms -// such as Android. func NewShaper(options ...ShaperOption) *Shaper { l := &Shaper{} for _, opt := range options {