Indian Health Service
Water Loss Pilot Program


Cidfontf1 Font New
Let’s break down the phrase into three segments:
| Token | Meaning | |-------|---------| | cid | CID-keyed font (used for CJK characters) | | fontf1 | Font resource instance #1 in the current resource context | | new | Signifies a derived font – usually subsetted with a custom encoding |
In a raw PDF object dump, you might see: cidfontf1 font new
/Font <<
/cidfontf1 5 0 R
/cidfontf1_new 8 0 R
>>
Or inside a page dictionary:
/Resources <<
/Font <<
/cidfontf1 font new /Identity-H 6 0 R
>>
>>
Here, /cidfontf1 font new acts as a font key name, while /Identity-H refers to the CMap (horizontal writing, identity mapping). The "new" indicates that this is a custom subset or a modified version of an original base font. Let’s break down the phrase into three segments:
To understand "CIDFontF1," we first need to understand the acronym CID. It stands for Character Identifier. In the early days of digital typography, standard fonts were limited. They were often restricted to 256 characters (single-byte encoding), which was sufficient for English but impossible for complex scripts like Chinese, Japanese, or Korean (CJK).
Adobe developed the CID-keyed font format to solve this. A CID font acts as a container. Instead of a simple linear list of characters, it uses a mapping system (a CMap) to access thousands of glyphs stored in a large font file. This allowed for massive character sets needed for global languages. Or inside a page dictionary: /Resources << /Font
CIDFontF1 is not a font family you can download or purchase. It is a specific internal identifier often used by Adobe Acrobat and other PDF engines as a fallback or substitute name.
Historically, this identifier is associated with Adobe Type 1 fonts that were CID-keyed. Specifically, it often relates to the "Adobe Sans" or generic serif/sans-serif substitutions used when the original font intended for the document is missing or cannot be embedded.
When you see "CIDFontF1" in a PDF file, it usually means one of two things: