text/v2: add a comment

This commit is contained in:
Hajime Hoshi 2024-03-11 23:24:38 +09:00
parent 63e97c7064
commit 4c7ed56077

View File

@ -20,6 +20,7 @@ import (
var _ Face = (*LimitedFace)(nil)
// LimitedFace is a Face with glyph limitations.
type LimitedFace struct {
face Face
unicodeRanges unicodeRanges