summaryrefslogtreecommitdiff
path: root/doc/classes/FileAccess.xml
AgeCommit message (Collapse)Author
2023-01-31Fix C# examples in documentationRaul Santos
- Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely.
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
Add support for font weight and stretch selection when using system fonts. Add function to get system fallback font from a font name, style, text, and language code. Implement system font support for Android. Use system fonts as a last resort fallback.
2022-10-03Replacing File calls from the FileAccess class docsEmi
Co-Authored-By: bruvzg <7645683+bruvzg@users.noreply.github.com>
2022-09-30Fix typos with codespellRĂ©mi Verschelde
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
2022-09-20Introduce more static methods to directory APIkobewi
2022-09-19Improve C# documentation for FileAccess and DirAccessRaul Santos
- Adds using statements to C# examples to ensure the resources are freed after usage - Adds explanation about the importance of disposing the FileAccess now that we don't have a close method
2022-09-19Replace File/Directory with FileAccess/DirAccesskobewi