Skip to content

TSdlTtfProperty

Standard SDL TTF properties

Definition

Unit: Neslib.Sdl3.Ttf

type TSdlTtfProperty = record ... end;

Constants

Name Description
FontCreateExistingFont
FontCreateFace
FontCreateFilename
FontCreateHorizontalDpi
FontCreateIOStream
FontCreateIOStreamAutoClose
FontCreateIOStreamOffset
FontCreateSize
FontCreateVerticalDpi
FontOutlineJoin
FontOutlineLineCap
FontOutlineMiterLimit
GpuTextEngineAtlasTextureSize
GpuTextEngineDevice
RendererTextEngineAtlasTextureSize
RendererTextEngineRenderer

Constant Descriptions

FontCreateExistingFont

const FontCreateExistingFont = TTF_PROP_FONT_CREATE_EXISTING_FONT


FontCreateFace

const FontCreateFace = TTF_PROP_FONT_CREATE_FACE_NUMBER


FontCreateFilename

const FontCreateFilename = TTF_PROP_FONT_CREATE_FILENAME_STRING


FontCreateHorizontalDpi

const FontCreateHorizontalDpi = TTF_PROP_FONT_CREATE_HORIZONTAL_DPI_NUMBER


FontCreateIOStream

const FontCreateIOStream = TTF_PROP_FONT_CREATE_IOSTREAM_POINTER


FontCreateIOStreamAutoClose

const FontCreateIOStreamAutoClose = TTF_PROP_FONT_CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN


FontCreateIOStreamOffset

const FontCreateIOStreamOffset = TTF_PROP_FONT_CREATE_IOSTREAM_OFFSET_NUMBER


FontCreateSize

const FontCreateSize = TTF_PROP_FONT_CREATE_SIZE_FLOAT


FontCreateVerticalDpi

const FontCreateVerticalDpi = TTF_PROP_FONT_CREATE_VERTICAL_DPI_NUMBER


FontOutlineJoin

const FontOutlineJoin = TTF_PROP_FONT_OUTLINE_LINE_JOIN_NUMBER


FontOutlineLineCap

const FontOutlineLineCap = TTF_PROP_FONT_OUTLINE_LINE_CAP_NUMBER


FontOutlineMiterLimit

const FontOutlineMiterLimit = TTF_PROP_FONT_OUTLINE_MITER_LIMIT_NUMBER


GpuTextEngineAtlasTextureSize

const GpuTextEngineAtlasTextureSize = TTF_PROP_GPU_TEXT_ENGINE_ATLAS_TEXTURE_SIZE


GpuTextEngineDevice

const GpuTextEngineDevice = TTF_PROP_GPU_TEXT_ENGINE_DEVICE


RendererTextEngineAtlasTextureSize

const RendererTextEngineAtlasTextureSize = TTF_PROP_RENDERER_TEXT_ENGINE_ATLAS_TEXTURE_SIZE


RendererTextEngineRenderer

const RendererTextEngineRenderer = TTF_PROP_RENDERER_TEXT_ENGINE_RENDERER