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

Method FontUnmanaged

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

Source from the content-addressed store, hash-verified

19class FontUnmanaged : public ::Font {
20public:
21 FontUnmanaged(
22 int baseSize,
23 int glyphCount,
24 int glyphPadding,
25 ::Texture2D texture,
26 ::Rectangle* recs = nullptr,
27 ::GlyphInfo* glyphs = nullptr)
28 : ::Font{baseSize, glyphCount, glyphPadding, texture, recs, glyphs} {
29 // Nothing.
30 }
31
32 /**
33 * Retrieves the default Font.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected