Aspose::Pdf::Text::TextReplaceOptions::FontSizeAdjustment enum
Contents
[
Hide
]FontSizeAdjustment enum
Specifies a policy for how the font size of text should be adjusted to fit within a containing area.
enum class FontSizeAdjustment
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | The font size is not changed. |
| ShrinkToFit | 1 | The font size is reduced if the text is too large to fit the bounds. The font size is never increased if the text is smaller than the bounds. |
| ScaleToFill | 2 | The font size is adjusted (both shrinking and growing) to make the text fill the bounds of the rectangle as much as possible. |
See Also
- Class TextReplaceOptions
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++