Enum RenderingUtils.LineSpacingType
RenderingUtils.LineSpacingType enumeration
Line Spacing Type. Number of pixels or percent of font height
public enum LineSpacingType
Values
Name | Value | Description |
---|---|---|
Pixels | 0 | Value of line spacing is set in pixels |
PercentOfFontHeight | 1 | Value of line spacing is set in percent of font height |
See Also
- class RenderingUtils
- namespace Aspose.Font.Renderers
- assembly Aspose.Font