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/vmtx.h')
-rw-r--r--source/myfont/vmtx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/myfont/vmtx.h b/source/myfont/vmtx.h
index 7caa8fe..148563b 100644
--- a/source/myfont/vmtx.h
+++ b/source/myfont/vmtx.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
@@ -45,7 +45,7 @@ typedef myfont_table_vmtx_t;
struct myfont_font;
-myfont_status_t myfont_load_table_vmtx(struct myfont_font *mf);
+mystatus_t myfont_load_table_vmtx(myfont_font_t* mf, uint8_t* data, size_t data_size);
#ifdef __cplusplus
} /* extern "C" */