mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
Update src/util/ffw.c
This commit is contained in:
parent
818d7f6385
commit
be5186592d
@ -96,6 +96,11 @@ void ffw_finalize(void)
|
||||
}
|
||||
}
|
||||
|
||||
long ffw_get_version(void)
|
||||
{
|
||||
return library_version_configuration.library_source_versiondate;
|
||||
}
|
||||
|
||||
void ffw_load_font(const char * filename)
|
||||
{
|
||||
assert((cur_fv == NULL) && "Previous font is not destroyed");
|
||||
@ -400,8 +405,3 @@ void ffw_auto_hint(void)
|
||||
FVAutoHint(cur_fv);
|
||||
FVAutoInstr(cur_fv);
|
||||
}
|
||||
|
||||
long ffw_get_version(void)
|
||||
{
|
||||
return library_version_configuration.library_source_versiondate;
|
||||
}
|
Loading…
Reference in New Issue
Block a user