类 RenderingUtils
RenderingUtils class
提供用于渲染的实用方法。
public static class RenderingUtils
方法
| 名称 | 描述 |
|---|---|
| static DrawText(Font, GlyphId[], double) | 在位图中渲染文本。以 PNG 格式的字节流返回结果 |
| static DrawText(Font, string, double) | 在位图中渲染文本。以 PNG 格式的字节流返回结果 |
| static DrawText(Font, GlyphId[], double, LineSpacingType, int, int) | 在位图中渲染文本。以 PNG 格式的字节流返回结果 |
| static DrawText(Font, string, double, LineSpacingType, int, int) | 在位图中渲染文本。以 PNG 格式的字节流返回结果 |
其他成员
| 名称 | 描述 |
|---|---|
| enum LineSpacingType | 行间距类型。像素数或字体高度的百分比 |
另见
- namespace Aspose.Font.Renderers
- assembly Aspose.Font