| static DrawText(System::SharedPtr<Font>, System::String, double) | Rendering 位图中的文本。返回 PNG 格式的字节流结果。 |
| static DrawText(System::SharedPtr<Font>, System::String, double, RenderingUtils::LineSpacingType, int32_t, int32_t) | Rendering 位图中的文本。返回 PNG 格式的字节流结果。 |
| static DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double) | Rendering 位图中的文本。返回 PNG 格式的字节流结果。 |
| static DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double, RenderingUtils::LineSpacingType, int32_t, int32_t) | Rendering 位图中的文本。返回 PNG 格式的字节流结果。 |
| RenderingUtils() | |