Back to Website
Show / Hide Table of Contents

Interface ITextRenderer

Namespace: Aurigma.DesignAtoms.Canvas
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ITextRenderer

Methods

GetTextBitmap(BaseTextItemHandler, Single, Point, IRenderingColorSettings, IColorProfilesProvider, Boolean)

Declaration
Bitmap GetTextBitmap(BaseTextItemHandler itemHandler, float dpi, Point location, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, bool extendBitmap = false)
Parameters
Type Name Description
BaseTextItemHandler itemHandler
System.Single dpi
System.Drawing.Point location
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Boolean extendBitmap
Returns
Type Description
Aurigma.GraphicsMill.Bitmap

RenderToBitmap(BaseTextItemHandler, Single, Boolean, IRenderingColorSettings, IColorProfilesProvider, out Nullable<Boolean>, out String)

Declaration
Bitmap RenderToBitmap(BaseTextItemHandler itemHandler, float dpi, bool removeColorProfile, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, out bool? textCropped, out string cacheFileId)
Parameters
Type Name Description
BaseTextItemHandler itemHandler
System.Single dpi
System.Boolean removeColorProfile
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Nullable<System.Boolean> textCropped
System.String cacheFileId
Returns
Type Description
Aurigma.GraphicsMill.Bitmap

RenderToFile(BaseTextItemHandler, Single, IRenderingColorSettings, IColorProfilesProvider)

Declaration
string RenderToFile(BaseTextItemHandler itemHandler, float dpi, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider)
Parameters
Type Name Description
BaseTextItemHandler itemHandler
System.Single dpi
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
Returns
Type Description
System.String

RenderToFile(BaseTextItemHandler, Single, IRenderingColorSettings, IColorProfilesProvider, out Nullable<Boolean>, Boolean)

Declaration
string RenderToFile(BaseTextItemHandler itemHandler, float dpi, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, out bool? textCropped, bool removeColorProfile = false)
Parameters
Type Name Description
BaseTextItemHandler itemHandler
System.Single dpi
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Nullable<System.Boolean> textCropped
System.Boolean removeColorProfile
Returns
Type Description
System.String

RenderToStream(Stream, BaseTextItemHandler, Single, IRenderingColorSettings, IColorProfilesProvider, out Nullable<Boolean>, Boolean)

Declaration
void RenderToStream(Stream stream, BaseTextItemHandler itemHandler, float dpi, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, out bool? textCropped, bool removeColorProfile = false)
Parameters
Type Name Description
System.IO.Stream stream
BaseTextItemHandler itemHandler
System.Single dpi
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Nullable<System.Boolean> textCropped
System.Boolean removeColorProfile

RenderToStreamAndFile(Stream, BaseTextItemHandler, Single, IRenderingColorSettings, IColorProfilesProvider, out Nullable<Boolean>, Boolean)

Declaration
string RenderToStreamAndFile(Stream stream, BaseTextItemHandler itemHandler, float dpi, IRenderingColorSettings colorSettings, IColorProfilesProvider profilesProvider, out bool? textCropped, bool removeColorProfile = false)
Parameters
Type Name Description
System.IO.Stream stream
BaseTextItemHandler itemHandler
System.Single dpi
IRenderingColorSettings colorSettings
IColorProfilesProvider profilesProvider
System.Nullable<System.Boolean> textCropped
System.Boolean removeColorProfile
Returns
Type Description
System.String
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback