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