Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/myfont/os_2.h')
-rw-r--r--source/myfont/os_2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/myfont/os_2.h b/source/myfont/os_2.h
index c1550f1..323c76a 100644
--- a/source/myfont/os_2.h
+++ b/source/myfont/os_2.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Alexander Borisov
+ Copyright (C) 2016-2017 Alexander Borisov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -90,9 +90,9 @@ typedef myfont_table_os_2_t;
struct myfont_font;
-myfont_status_t myfont_load_table_os_2(struct myfont_font *mf);
+mystatus_t myfont_load_table_os_2(myfont_font_t* mf, uint8_t* data, size_t data_size);
-int8_t myfont_os_2_panose(struct myfont_font *mf, myfont_table_os_2_panose_t id);
+int8_t myfont_os_2_panose(myfont_font_t* mf, myfont_table_os_2_panose_t id);
#ifdef __cplusplus
} /* extern "C" */