| Part | Meaning | Typical values | |------|---------|----------------| | cidfont | Command/operator to load a CID-keyed font | cidfont , findcidfont | | f1 | Logical font name (often a local alias) | f1 – f9 , F1 , Ryumin-Light , GothicBBB-Medium | | normal | Font style: upright (not italic/oblique) | normal , italic , oblique | | fixed | Spacing: fixed-pitch (monospaced) | fixed , proportional |
When a PDF is exported with missing font data, the software may assign placeholder names like "CIDFont+F1" or "F1 Normal". These are not specific commercial fonts you can download but rather assigned by the PDF generator to represent a font that wasn't properly embedded in the final file. Common Issues and Symptoms cidfont f1 normal fixed
: The PDF expects the system to have a matching font (like Arial Bold or Myriad Pro) that is not currently installed. | Part | Meaning | Typical values |