fluid v0.7.0 (2024-10-02T21:53:39Z)
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
)
in (texture.backend is this, "Given texture comes from a different backend")
Meta
Source
See Implementation
fluid
backend
FluidBackend
functions
area
clipboard
deltaTime
doubleClickTime
dpi
drawCircle
drawCircleOutline
drawLine
drawRectangle
drawTexture
drawTextureAlign
drawTriangle
hasJustResized
hidpiScale
inputCharacter
isDown
isPressed
isReleased
isRepeated
isUp
loadTexture
mouseCursor
mousePosition
reaper
restoreArea
scale
scroll
tint
unloadTexture
updateTexture
windowSize
Draw a texture, but ensure it aligns with pixel boundaries, recommended for text.