syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1425 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-07-17 12:08:51 +00:00
parent 985ac41440
commit 6dd0aee173

View file

@ -21,7 +21,7 @@ GUI_APP_MAIN
RichEditWithToolBar e;
Vector<int> h;
for(int i = 1; i < Font::GetFaceCount(); i++)
if((Font::GetFaceInfo(i) & Font::SCALEABLE) && !(Font::GetFaceInfo(i) & Font::LOCAL))
if((Font::GetFaceInfo(i) & Font::SCALEABLE) && !(Font::GetFaceInfo(i) & Font::SPECIAL))
h.Add(i);
e.FontFaces(h);