CrImage::Font::Shadow
Inherits Reference / Object
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
Sourceblur_radius=(blur_radius : Int32)
Sourcecolor
Sourcecolor=(color : Color::Color)
Sourceoffset_x
Sourceoffset_x=(offset_x : Int32)
Sourceoffset_y
Sourceoffset_y=(offset_y : Int32)
Source