Class NewCurvedTextItemHandler
Inheritance
System.Object
NewCurvedTextItemHandler
Implements
System.ICloneable
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class NewCurvedTextItemHandler : NewBaseTextItemHandler, ICloneable, IDisposable
Constructors
NewCurvedTextItemHandler(IConfiguration, IFileCache, ILogger, IFontService, IUnsupportedGlyphService, CurvedTextItem)
Declaration
public NewCurvedTextItemHandler(IConfiguration configuration, IFileCache fileCache, ILogger ccLogger, IFontService fontService, IUnsupportedGlyphService unsupportedGlyphService, CurvedTextItem item)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration | configuration | |
IFileCache | fileCache | |
ILogger | ccLogger | |
IFontService | fontService | |
IUnsupportedGlyphService | unsupportedGlyphService | |
CurvedTextItem | item |
Properties
Item
Declaration
public CurvedTextItem Item { get; }
Property Value
Type | Description |
---|---|
CurvedTextItem |
UsePreviewScaleInDrawing
Declaration
protected override bool UsePreviewScaleInDrawing { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
GetBounds()
Declaration
protected override RectangleF GetBounds()
Returns
Type | Description |
---|---|
System.Drawing.RectangleF |
Overrides
GetItemFontScale()
Declaration
protected override double GetItemFontScale()
Returns
Type | Description |
---|---|
System.Double |
Overrides
Render(TextViewer, Single, Graphics, Color[])
Declaration
protected override void Render(TextViewer viewer, float dpi, Graphics graphics, Color[] palette)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.TextWhizz.TextViewer | viewer | |
System.Single | dpi | |
Aurigma.GraphicsMill.AdvancedDrawing.Graphics | graphics | |
Aurigma.GraphicsMill.Color[] | palette |
Overrides
Implements
System.ICloneable
System.IDisposable