RegisterWebFont

Top  Previous  Next

This method registers a new WebFont mapping.

 

Delphi Syntax

 

Object.RegisterWebFont ( FontName, FontEquiv, FontGoogle: String) );

 

Arguments

 

FontName

This is the Windows font name to be mapped with a WebFont.

String

FontEquiv

This is the name that will be used to register the new font.

String

FontGoogle

This is the Google WebFont URL queryString. For more information regarding it, read this google reference.

String

 

See also

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