CreateFlexible
Leave feedback
On this page
Creates a font transformation with flexible matching options.
public static FontTransformation CreateFlexible(Font originalFont, Font replacementFont,
bool matchAnySize, bool matchAnyStyle)
| Parameter | Type | Description |
|---|---|---|
| originalFont | Font | Font specification to match. |
| replacementFont | Font | Font specification to transform to. |
| matchAnySize | Boolean | True to match any size, false to match exact size. |
| matchAnyStyle | Boolean | True to match any style, false to match exact style. |
- class Font
- class FontTransformation
- namespace GroupDocs.Conversion.Contracts
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.