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

Method set

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

Source from the content-addressed store, hash-verified

297
298protected:
299 void set(const ::Font& font) {
300 baseSize = font.baseSize;
301 glyphCount = font.glyphCount;
302 glyphPadding = font.glyphPadding;
303 texture = font.texture;
304 recs = font.recs;
305 glyphs = font.glyphs;
306 }
307};
308} // namespace raylib
309

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected