Skip to content

TSdlTtfImageType

The type of data in a glyph image

Definition

Unit: Neslib.Sdl3.Ttf

type TSdlTtfImageType = (Invalid, Alpha, Color, Sdf)

Enumeration Values

Invalid = TTF_IMAGE_INVALID


Alpha = TTF_IMAGE_ALPHA

The color channels are white


Color = TTF_IMAGE_COLOR

The color channels have image data


Sdf = TTF_IMAGE_SDF

The alpha channel has signed distance field information