mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
6 lines
162 B
C++
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)
|
|
{
|
|
}
|