(svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher
This commit is contained in:
@@ -222,6 +222,12 @@ public:
|
||||
*/
|
||||
virtual void Reset() = 0;
|
||||
|
||||
/**
|
||||
* Whether to search for a monospace font or not.
|
||||
* @return True if searching for monospace.
|
||||
*/
|
||||
virtual bool Monospace() = 0;
|
||||
|
||||
/**
|
||||
* Set the right font names.
|
||||
* @param settings The settings to modify.
|
||||
|
Reference in New Issue
Block a user