[CONSOLE][CONCFG][CONSRV] Provide support for specified additional TrueType fonts...
[reactos.git] / dll / cpl / console / console.h
index 0f7b592..fbd7a81 100644 (file)
@@ -49,6 +49,23 @@ extern FONT_PREVIEW FontPreview;
 
 VOID ApplyConsoleInfo(HWND hwndDlg);
 
+
+VOID
+RefreshFontPreview(
+    IN FONT_PREVIEW* Preview,
+    IN PCONSOLE_STATE_INFO pConInfo);
+
+VOID
+UpdateFontPreview(
+    IN FONT_PREVIEW* Preview,
+    IN HFONT hFont,
+    IN UINT  CharWidth,
+    IN UINT  CharHeight);
+
+#define ResetFontPreview(Preview)   \
+    UpdateFontPreview((Preview), NULL, 0, 0)
+
+
 /* Preview Windows */
 BOOL
 RegisterWinPrevClass(