summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/convbdf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index 51ae5fb..6afa79d 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -662,6 +662,12 @@ int bdf_read_header(FILE *fp, struct font* pf)
return 1;
}
+/*
+ * TODO: rework the code to avoid logics duplication in
+ * bdf_read_bitmaps and bdf_analyze_font
+ */
+
+
/* read bdf font bitmaps, return 0 on error */
int bdf_read_bitmaps(FILE *fp, struct font* pf)
{