INI files can be created, read and written.
INI files are a simple format so not difficult to handle them, look something like
[Font]
FontType=Helvetica
FontSize=10
[Colors] Backgr=Red Foregr=Blue
If you look around plenty of tutorials/code for different languages can be found.
HERE a Wikipedia page with information on INI files