dogo / oslib

OldSchool Library (OSLib), a 2D graphics library for the PSP.
http://dogo.github.io/oslib/
GNU General Public License v2.0
45 stars 11 forks source link

Document SFont #39

Closed dogo closed 2 months ago

dogo commented 2 months ago

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

Impact