Fix embedded window frame oversampling, fix DPITexture using uninitialized size in some conditions.

This commit is contained in:
Pāvels Nadtočajevs
2025-10-25 17:23:45 +03:00
parent ab6c6eece8
commit 15279f769d
6 changed files with 26 additions and 30 deletions

View File

@ -189,6 +189,8 @@ bool Glyph::operator>(const Glyph &p_a) const {
return p_a.start > start;
}
double TextServer::vp_oversampling = 0.0;
void TextServer::_bind_methods() {
ClassDB::bind_method(D_METHOD("has_feature", "feature"), &TextServer::has_feature);
ClassDB::bind_method(D_METHOD("get_name"), &TextServer::get_name);