mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
text/v2: add a comment
This commit is contained in:
parent
63e97c7064
commit
4c7ed56077
@ -20,6 +20,7 @@ import (
|
|||||||
|
|
||||||
var _ Face = (*LimitedFace)(nil)
|
var _ Face = (*LimitedFace)(nil)
|
||||||
|
|
||||||
|
// LimitedFace is a Face with glyph limitations.
|
||||||
type LimitedFace struct {
|
type LimitedFace struct {
|
||||||
face Face
|
face Face
|
||||||
unicodeRanges unicodeRanges
|
unicodeRanges unicodeRanges
|
||||||
|
Loading…
Reference in New Issue
Block a user