MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SetTexture

Method SetTexture

include/FontUnmanaged.hpp:95–95  ·  view source on GitHub ↗

* Set the texture atlas containing the glyphs. */

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected