Index: core/include/fxge/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
index b38b1a171359039f4f1df8fd702763d87970f6aa..30bf16507e41b573ad737d295247717e93091afd 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/include/fxge/fx_font.h |
@@ -338,6 +338,13 @@ class CFX_FolderFontInfo : public IFX_SystemFontInfo { |
FXSYS_FILE* pFile, |
FX_DWORD filesize, |
FX_DWORD offset); |
+ void* GetSubstFont(const CFX_ByteString& face); |
+ void* FindFont(int weight, |
+ FX_BOOL bItalic, |
+ int charset, |
+ int pitch_family, |
+ const FX_CHAR* family, |
+ FX_BOOL bMatchName); |
}; |
class CFX_CountedFaceCache { |
public: |