Field ReportFontSubstituted
- Namespace
- DocWright.Core.Diagnostics
- Assembly
- DocWright.Core.dll
DXP9305: a report asked for a font family that this host did not supply as the installed face of that name, so the text was measured with something else.
public const string ReportFontSubstituted = "DXP9305"
Returns
- string
- DXP9305: a report asked for a font family that this host did not supply as the installed face of that name, so the text was measured with something else.
Remarks
Reported once per family, naming what was asked for and what answered. A report laid out with a stand-in face is still a report - the line breaks, the page fills - but every measurement in it describes the stand-in, so a caller comparing geometry against a reference needs to know. The DOCX path has said this since Phase 32 (FontSubstitutionSummary); the report path accepted it silently until Phase 59, which is how six oracle reports were compared against a reference laid out in fonts the runner did not have.