mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
10 lines
163 B
C++
10 lines
163 B
C++
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
DDUMP(Arial(100).GetCy());
|
|
DDUMP(Arial(100).GetInternal());
|
|
DDUMP(Arial(100).GetHeight());
|
|
}
|