allow applications to work nicely without .kf files #137
Reference in New Issue
Block a user
No description provided.
Delete Branch "cmm-lib-kfont-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -67,3 +67,3 @@
{
dword fsize_notused;
if(font)free(font);
if(font) font = free(font);
free() returns address? What is the address
it always returns 0
f4f268eb70
to93f12c7673
@Leency Please add KolibriOS team copyrights to your files in the next commit). And write the commit message with a capital letter so that it doesn't stand out from the general style. Thanks in advance.