This PR introduces Doxygen documentation for the sfont.h header file, which defines structures and functions for managing SFonts in the OSLib. The documentation covers the entire file, including detailed descriptions of each struct and function. This enhancement improves code readability and provides developers with a clear understanding of the SFont-related APIs.
Changes
Added Doxygen comments to the sfont.h file.
Documented the OSL_SFLETTER and OSL_SFONT structs.
Provided descriptions for functions including oslLoadSFontFile, oslDeleteSFont, oslGetSFontTextWidth, and oslSFontDrawText.
Ensured all elements within the file are properly documented without skipping any content.
Impact
Improves documentation quality for better maintainability and ease of use.
Helps developers understand the purpose and usage of the SFont-related functions and structures.
Summary
This PR introduces Doxygen documentation for the
sfont.h
header file, which defines structures and functions for managing SFonts in the OSLib. The documentation covers the entire file, including detailed descriptions of each struct and function. This enhancement improves code readability and provides developers with a clear understanding of the SFont-related APIs.Changes
sfont.h
file.OSL_SFLETTER
andOSL_SFONT
structs.oslLoadSFontFile
,oslDeleteSFont
,oslGetSFontTextWidth
, andoslSFontDrawText
.Impact