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 that will be mapped to 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 the TFontMode and FontMode, the OnSupportsWebFont event and the AddDefaultWebFonts and ClearWebFonts method topics useful.