MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SetFont

Method SetFont

LibLemon/include/lemon/gfx/text.h:52–57  ·  view source on GitHub ↗

//////////////////////// \brief Set TextObject font \param font Font object ////////////////////////

Source from the content-addressed store, hash-verified

50 /// \param font Font object
51 /////////////////////////////
52 inline void SetFont(Font* font){
53 assert(font);
54
55 this->font = font;
56 textDirty = true;
57 }
58
59 /////////////////////////////
60 /// \brief Set position of TextObject

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected