All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.config.Fonts.d.ts Maven / Gradle / Ivy

/**
 * Returns if the "defaultFontLoading" configuration is set.
 * @public
 * @returns { boolean }
 */
declare const getDefaultFontLoading: () => boolean;
/**
 * Defines the "defaultFontLoading" setting.
 *
 * - When set to "true" (default), all used font faces are fetched over the network.
 * - When set to "false", default font faces are not fetched automatically and must be managed separately.
 * @public
 * @param { boolean } defaultFontLoadingData
 */
declare const setDefaultFontLoading: (defaultFontLoadingData: boolean) => void;
export { getDefaultFontLoading, setDefaultFontLoading, };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy