Skip to content
Commit 7c237f33 authored by suzuki toshiya's avatar suzuki toshiya
Browse files

[ftdump] Print CID-keyed font properties if available.

* src/ftdump.c

(FT_CID_MAX): New macro.

(usage): Mention the CID coverage in `-c' and `-C'
options.

(Print_UInt_Range): New function to print 2 numbers
with a separator if needed.

(Print_CIDs): New function to print the implemented
CIDs in a compressed syntax.  If a case
`gid_N < gid_M && CID_N > CID_M' is found, ftdump
aborts and guide the user to file the issue.

(Print_ROS_From_Face): New function to print the
Registry, Ordering, and Supplement of the CID-keyed
fonts, if available.  If `-c' or `-C' option is
given, Print_CIDs() is invoked.

(main): Invoke Print_ROS_From_Face().
parent da6d6c56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment