isFontsLoading property

bool isFontsLoading
getter/setter pair

Flag indicating whether fonts are currently being loaded.

When true, indicates that system fonts are in the process of loading, which may affect text rendering in the WebF content.

Implementation

bool isFontsLoading = false;