Sets the current font size and forces the core to redraw.
void setCurrentFontSize(int size, bool reload) { setCurrentFontSizeNative?.call(_sdk, size, reload); }