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

Method get_rids

modules/gui/gui/src/backend/text_server/font.cpp:140–147  ·  view source on GitHub ↗

Output.

Source from the content-addressed store, hash-verified

138
139// Output.
140TypedArray<RID> Font::get_rids() const
141{
142 if (dirty_rids)
143 {
144 _update_rids();
145 }
146 return rids;
147}
148
149// Drawing string.
150real_t Font::get_height(int p_font_size) const

Callers 5

add_stringMethod · 0.80
TextLineMethod · 0.80
set_dropcapMethod · 0.80
add_stringMethod · 0.80
TextParagraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected