Click or drag to resize

PdfFontResourceCollection.Find Method

Finds the first font resource which should be used for the non-standard PDF font in this document.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
public PdfFontResource Find(
	string name
)

Parameters

name
Type: System.String
PDF font name

Return Value

Type: PdfFontResource
The PdfFontResource (or an appropriate replacement) which should be used for the non-standard PDF font in this document, or null if nothing is found.
Remarks

If AllowApproximateMatch is true, some short values (e.g. "a") in see MatchingNames unexpected matches may occur. For example, if you added custom font named "Ana" (giving it the default matching name "Ana" and putting it first) and AllowApproximateMatch is true, then a non-standard PDF font named "Verdana" would unexpectedly match "Ana" and that custom font returned.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!