OSDN Git Service

* Remove "View/Select Font" menu item. close #19
[winmerge-jp/winmerge-jp.git] / Src / OptionsFont.h
1 #include <windows.h>\r
2 #include "UnicodeString.h"\r
3 \r
4 namespace Options { namespace Font {\r
5 \r
6 void SetDefaults();\r
7 LOGFONT Load(const String& name);\r
8 void Save(const String& name, const LOGFONT* lf, bool bUseCustom);\r
9 void Reset(const String& name);\r
10 \r
11 }}\r
12 \r
13 \r
14 \r