* Set the texture atlas containing the glyphs. */
| 93 | * Set the texture atlas containing the glyphs. |
| 94 | */ |
| 95 | void SetTexture(const ::Texture& newTexture) { texture = newTexture; } |
| 96 | |
| 97 | FontUnmanaged& operator=(const ::Font& font) { |
| 98 | set(font); |
nothing calls this directly
no outgoing calls
no test coverage detected