texture property
Texture atlas containing the glyphs
Implementation
@override get texture {
structOnOp((p) => _texture.nativeReadFrom(p.ref.texture));
return _texture;
}
Texture atlas containing the glyphs
@override get texture {
structOnOp((p) => _texture.nativeReadFrom(p.ref.texture));
return _texture;
}