API Reference
Class
PdfEmbeddedFontFallbackCandidate
Describes one embedded font candidate used when planning generated PDF text fallback.
Inheritance
- Object
- PdfEmbeddedFontFallbackCandidate
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
PdfEmbeddedFontFallbackCandidate 2 overloads
public PdfEmbeddedFontFallbackCandidate(String fontName, Byte[] trueTypeFont) #Creates a fallback candidate from TrueType or OpenType/CFF font bytes.
Parameters
- fontName System.String
- Display name used in fallback segments and diagnostics.
- trueTypeFont System.Byte[]
- TrueType or OpenType/CFF font bytes to inspect for Unicode glyph coverage.
public PdfEmbeddedFontFallbackCandidate(String fontName, Byte[] trueTypeFont, OfficeFontUnicodeRangeSet unicodeRanges) #Creates a fallback candidate whose glyph coverage is limited to an explicit Unicode range policy.
Parameters
- fontName System.String
- Display name used in fallback segments and diagnostics.
- trueTypeFont System.Byte[]
- TrueType or OpenType/CFF font bytes to inspect for Unicode glyph coverage.
- unicodeRanges OfficeIMO.Drawing.OfficeFontUnicodeRangeSet
- Unicode scalars this candidate is allowed to serve.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object