Table of Contents

Constructor ImageLayoutRenderer

Namespace
DocWright.Renderers.Imaging
Assembly
DocWright.Renderers.Imaging.dll

ImageLayoutRenderer(FontEngine, ImageRenderOptions?)

Initializes the renderer.

public ImageLayoutRenderer(FontEngine fontEngine, ImageRenderOptions? options = null)

Parameters

fontEngine FontEngine

The font engine used to resolve run families to faces.

options ImageRenderOptions

Raster options, or null for the defaults.

Exceptions

ArgumentNullException

fontEngine is null.