fluid ~master (2024-02-07T07:38:27.1400979)
Dub
Repo
FluidBackend.drawTextureAlign
fluid
backend
FluidBackend
Draw a texture, but ensure it aligns with pixel boundaries, recommended for text.
interface
FluidBackend
void
drawTextureAlign
(
Texture
texture
,
Rectangle
rectangle
,
Color
tint
,
string
altText
= ""
)
in (texture.backend is this, "Given texture comes from a different backend")
Meta
Source
See Implementation
fluid
backend
FluidBackend
functions
area
deltaTime
dpi
drawLine
drawRectangle
drawTexture
drawTextureAlign
drawTriangle
hasJustResized
hidpiScale
inputCharacter
isDown
isPressed
isReleased
isRepeated
isUp
loadTexture
mouseCursor
mousePosition
reaper
restoreArea
scale
scroll
unloadTexture
windowSize
Draw a texture, but ensure it aligns with pixel boundaries, recommended for text.