mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-19 09:26:44 +00:00
10 lines
143 B
C
10 lines
143 B
C
#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
|