class

CrImage::Font::Outline

Inherits Reference / Object

Outline/stroke effect for text.

Draws a border around text glyphs to improve contrast and visibility. Useful for text over images or complex backgrounds.

Properties:

  • thickness : Outline width in pixels
  • color : Outline color

Constructors

new(thickness : Int32, color : CrImage::Color::Color)
Source

Instance methods

color
Source
color=(color : Color::Color)
Source
thickness
Source
thickness=(thickness : Int32)
Source