[]
Implements C1.Document.Util.IC1TextMeasurementContext interface, can be used as context to measure the text with using Direct2D and DirectWrite.
public class C1DXTextMeasurementContext : Object, IC1DXTextLayoutOwner, IDisposable
Public Class C1DXTextMeasurementContext
Inherits Object
Implements IC1DXTextLayoutOwner, IDisposable
| Name | Description |
|---|---|
| C1DXTextMeasurementContext() | Initializes a new instance of the C1DXTextMeasurementContext class. |
| C1DXTextMeasurementContext(Factory) | Initializes a new instance of the C1DXTextMeasurementContext class. |
| Name | Description |
|---|---|
| DefaultFont | The default font of C1.Document.Util.IC1TextMeasurementContext. |
| FallbackFonts | The array of fallback font names. |
| Name | Description |
|---|---|
| DWFactory | Gets the C1.Util.DX.DirectWrite.Factory value. |
| DpiX | Gets the horizontal DPI value. |
| DpiY | Gets the vertical resolution of graphics held by the current instance. |
| TextLayout | Gets the C1DXTextLayout text layout. |
| Name | Description |
|---|---|
| Dispose() | Perform general cleanup. |
| Dispose(bool) | Perform general cleanup. |
| Finalize() | Perform general cleanup. |