JVCL Help:TJvFontComboBox.FontSubstitute

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns a substitute font for a specific font.


Pascal

 functionFontSubstitute(constAFontName: string): string;


Parameters

Parameters Description
const AFontName: string The name of the font to search a substitute for.


Return Value

Returns the name of a substitute font, or the value of parameter AFontName if no substitute is found.


Description

Call FontSubstitute to retrieve the name of a substitute font for a font specified by parameter AFontName. This might be useful when a font is not installed on a system (for example, a font in a specific locale).


See Also

TJvFontComboBox.FontName


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page