Configures text settings to fit the text to the given rectangle.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void FitTo( RectangleF rect, FontRegistry fontRegistry, float dpiX, float dpiY )
Type: System.Drawing.RectangleF
The rectangle to fit text to.Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry
The FontRegistry to create this text for.Type: System.Single
The horizontal resolution of the Text in DPI.Type: System.Single
The vertical resolution of the Text in DPI.