MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / set_flags

Method set_flags

modules/gui/gui/src/backend/text_server/text_line.cpp:281–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void TextLine::set_flags(BitField<TextServer::JustificationFlag> p_flags)
282{
283 if (flags != p_flags)
284 {
285 flags = p_flags;
286 dirty = true;
287 }
288}
289
290BitField<TextServer::JustificationFlag> TextLine::get_flags() const
291{

Callers 3

get_string_sizeMethod · 0.45
draw_stringMethod · 0.45
draw_string_outlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected