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 {