Aspose::Font::Renderers::RenderingUtils::LineSpacingType 枚举
LineSpacingType enum
行间距类型。以像素数或字体高度的百分比表示。
enum class LineSpacingType
值
| 名称 | 值 | 描述 |
|---|---|---|
| 像素 | 0 | 行间距的值以像素为单位设置。 |
| PercentOfFontHeight | 1 | 行间距的值以字体高度的百分比设置。 |
另见
- Class RenderingUtils
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++