ultimatepp/uppdev/FontInfo/FontInfo.cpp
cxl 322dfe7334 Developing new font metrics
git-svn-id: svn://ultimatepp.org/upp/trunk@1360 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-05 19:54:59 +00:00

6 lines
162 B
C++

#include "FontInfo.h"
void DoDrawText(Draw& w, int x, int y, int angle, const wchar *text, Font font, Color ink,
int n, const int *dx)
{
}