CrImage::Font::Shadow
Drop shadow effect for text.
Creates a blurred shadow behind text to add depth and improve readability against complex backgrounds.
Properties:
offset_x: Horizontal shadow displacement in pixelsoffset_y: Vertical shadow displacement in pixelsblur_radius: Gaussian blur radius for soft edgescolor: Shadow color (typically semi-transparent black)
Constructors
Instance methods
blur_radius
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourceoffset_x
Sourceoffset_y
Source