mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
Initial commit (squashed)
This commit is contained in:
9
src/parsing/font.h
Normal file
9
src/parsing/font.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SIST2_FONT_H
|
||||
#define SIST2_FONT_H
|
||||
|
||||
#include "src/sist.h"
|
||||
|
||||
|
||||
void parse_font(const char * buf, size_t buf_len, document_t *doc);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user