X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FFontLoader.h;h=ac1854a345073e730665b4ddf5c62a7b2fdfe3de;hb=50060053e36b3e9dfe03bc33ed3abac1eacc54b0;hp=20fe5b886ec2fffeaa8b8cc3b15f00e963e268e7;hpb=de174939327a2e371340313498d44a44310a867b;p=lyx.git diff --git a/src/frontends/FontLoader.h b/src/frontends/FontLoader.h index 20fe5b886e..ac1854a345 100644 --- a/src/frontends/FontLoader.h +++ b/src/frontends/FontLoader.h @@ -12,6 +12,8 @@ #ifndef FONTLOADER_H #define FONTLOADER_H +#include "support/strfwd.h" + namespace lyx { class FontInfo; @@ -36,6 +38,9 @@ public: /// Is the given font available ? bool available(FontInfo const & f); + /// Can the given symbol be displayed in general? + bool canBeDisplayed(char_type c); + /// Get the Font metrics for this FontInfo FontMetrics const & metrics(FontInfo const & f); };