From 462b875b4a5478aa90af26188eb6cd4a43f6c698 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Nov 2011 12:01:42 +0000 Subject: (svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher --- src/strings_func.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/strings_func.h') diff --git a/src/strings_func.h b/src/strings_func.h index 19c374e6d..3f98ad48d 100644 --- a/src/strings_func.h +++ b/src/strings_func.h @@ -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. -- cgit v1.2.3-54-g00ecf