Rendering
2D rendering context API, structures, and constants.
Rendering Context
- TBLContext - a 2D rendering context.
- TBLContextType - rendering context type.
- TBLContextCookie - cookie can be used with TBLContext.Save and TBLContext.Restore.
- TBLContextCreateInfo - additional options that can be used when creating a rendering context.
- TBLContextCreateFlags - flags that can be used by TBLContextCreateInfo.
- TBLContextErrorFlags - accumulated error flags during the lifetime of a rendering context.
- TBLContextFlushFlags - flags that can be passed to TBLContext.Flush.
- TBLContextHint - rendering hint.
- TBLContextHints - all rendering hints in a single record.
- TBLContextStyleSlot - style slot (either fill or stroke).
- TBLContextStyleSwapMode - style swap mode (how to swap a fill and stroke styles).
- TBLContextStyleTransformMode - style transform mode (how to combine with existing transform).
- TBLContextRenderTextOp - type of a text rendering operation (low-level).
- TBLCompOp - composition operator.
- TBLRenderingQuality - rendering quality (aliased rendering or the quality of anti-aliasing).