mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
30 lines
426 B
Text
30 lines
426 B
Text
description "Antialiased renderer class, Painter, examples";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Painter;
|
|
|
|
file
|
|
Examples.h,
|
|
main.cpp,
|
|
Image.cpp,
|
|
Lion.cpp,
|
|
Pythagoras.cpp,
|
|
Spiral.cpp,
|
|
Curves.cpp,
|
|
Clipping.cpp,
|
|
Gradient.cpp,
|
|
ColorStops.cpp,
|
|
Radial.cpp,
|
|
RadialFocus.cpp,
|
|
TextFillSolid.cpp,
|
|
TextFillGradient.cpp,
|
|
TextStrokeGradient.cpp,
|
|
MaskBlending.cpp,
|
|
RadialMaskBlending.cpp,
|
|
StrokeBug.cpp,
|
|
Test.iml;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|