Changes since tag v10.2.5.513

commit 7e5ae4d0cd34c4ef49997d0ba9d43a5d25540fc3
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:30:57 2024 -0300

    Added DF:PreviewTexture(texture, left, right, top, bottom)

commit b0feb982a583f50642c23361e56f2a1684884e4e
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:30:11 2024 -0300

    Support for atlasName and atlasTable for Cooltip icons and Button icons

commit 4d7c4a2e47d98c212e6f935ded42eccc23cbe2a9
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:29:00 2024 -0300

    Label documentation

commit 41c43a6174984f5e6ea81ef25437011c4cf67e1c
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:28:45 2024 -0300

    Scale bar does not accept right clicks anymore

commit b92a99d46192054543df0e37b366acd0725abb4e
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:28:25 2024 -0300

    Scrollbox documentation

commit 8031b70aea27f9139b83b89940b9732c691510b9
Author: Tercio Jose <terciob19@hotmail.com>
Date:   Mon Feb 26 13:28:12 2024 -0300

    Added atlas helper functions
    
    - DF:SetAtlas(textureObject, atlas, useAtlasSize, filterMode, resetTexCoords): accept an atlas name or a table with atlas information, also support vertexRed, vertexGreen, vertexBlue and vertexAlpha.
    
    DF:CreateAtlasString(atlas, textureHeight, textureWidth): make a escape sequence using an atlas name or atlas table.
    
    DF:ParseTexture(texture, width, height, leftTexCoord, rightTexCoord, topTexCoord, bottomTexCoord, DFvertexRed, vertexGreen, vertexBlue, vertexAlpha): receives texture information and return the same values
    but modified if the texture passed is an atlas or an atlas table.
    
    DF:CreateAtlas(file, width, height, leftTexCoord, rightTexCoord, topTexCoord, bottomTexCoord, tilesHorizontally, tilesVertically, vertexRed, vertexGreen, vertexBlue, vertexAlpha): return an atlas table.
    
    DF:IsTexture(texture, bCheckTextureObject): return true if the 'texture' can be parsed as a texture.

