ClearWebFonts

Top  Previous  Next

This method clears all default and registered WebFont mappings.

 

Delphi Syntax

 

Object.ClearWebFonts;

 

Remarks

Once you call this method to clear all the default and registered WebFont mappings, you should either set the TFontMode to fmBitmap or fmAuto or also Register new WebFont mappings through the RegisterWebFont method.

 

See also

You may find useful the TFontMode and FontMode topics, the OnSupportsWebFont event topic and the AddDefaultWebFonts and RegisterWebFont method topics.