diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-17 18:10:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-17 18:10:39 +0200 |
commit | 45f0261cfa26628fbde3458f5b0f513a6192a4f0 (patch) | |
tree | 18c8573801eca8cdb191add68f7a81fab8e12f47 /libparsepsf.h | |
parent | Clearify that output parameters are not updated if no glyph is found (diff) | |
download | libparsepsf-45f0261cfa26628fbde3458f5b0f513a6192a4f0.tar.gz libparsepsf-45f0261cfa26628fbde3458f5b0f513a6192a4f0.tar.bz2 libparsepsf-45f0261cfa26628fbde3458f5b0f513a6192a4f0.tar.xz |
Fix value of *unrecognised_versionp
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libparsepsf.h')
-rw-r--r-- | libparsepsf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libparsepsf.h b/libparsepsf.h index 5a0b219..74b229b 100644 --- a/libparsepsf.h +++ b/libparsepsf.h @@ -88,8 +88,8 @@ void libparsepsf_destroy_font(struct libparsepsf_font *font); * @param fontp Output parameter for the font, should be deallocated * using `libparsepsf_destroy_font` when no longer * needed (only allocated on success completion) - * @param unrecognised_versionp Normally set to 0; set to 1 if the minor version in - * the font file is unrecognised (backwards-compatibility + * @param unrecognised_versionp Normally set to 0; set to the minor version in the + * font file if it is unrecognised (backwards-compatibility * is assumed, so it will still be parsed as a supported * font file) * @return 0 on successful completion, -1 on failure |