freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ftdump can show the CID registry, ordering, and supplement?


From: Werner LEMBERG
Subject: Re: ftdump can show the CID registry, ordering, and supplement?
Date: Tue, 18 Apr 2023 11:45:52 +0000 (UTC)

> The execution "ftdump -c" for OpenType/CFF fonts with "holes" in the
> implemented CIDs, like Hiragino fonts on macOS, generates the output
> ending with:
>
> --------------------------------------------------
> (...Charmap printout...),2f9de,2f9df,2f9f4
>
> /CIDSystemInfo dictionary
>    Registry:            Adobe
>    Ordering:            Japan1
>    Supplement:          7
>
>    Implemented CIDs:
>      0-20316,21072-21074,21371,21558,21722,21933,22920,23058,23059
> --------------------------------------------------
>
>
> The execution for real CID-keyed font generates the output ending
> with:
>
> --------------------------------------------------
> (font type entries...)
>    underline_thickness: 0
>
> /CIDSystemInfo dictionary
>    Registry:            Adobe
>    Ordering:            Japan1
>    Supplement:          1
>
>    Implemented CIDs:
>      0-8359
> --------------------------------------------------
>
> Is this what you expected?

This looks very nice, thanks!

Minor issue in a comment:

   * setup 64k-bytes array to scan all CIDs

should be

   * set up 64kByte array to scan all CIDs


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]