API:Vcl.Direct2D.TDirect2DFont

Delphi
TDirect2DFont = class(TDirect2DGraphicsObject)
C++
class PASCALIMPLEMENTATION TDirect2DFont : public TDirect2DGraphicsObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Direct2D.pas Vcl.Direct2D.hpp |
Vcl.Direct2D | Vcl.Direct2D |
Description
TDirect2DGraphicsObject is the base class for objects that encapsulate a Direct2D graphics object.
Vcl.Direct2D.TDirect2DFont inherits from Vcl.Direct2D.TDirect2DGraphicsObject. All content below this line refers to Vcl.Direct2D.TDirect2DGraphicsObject.
TDirect2DGraphicsObject is the base class for objects that encapsulate a Direct2D graphics object.
Create descendants of TDirect2DGraphicsObject when drawing an image to a Direct2D canvas (TDirect2DCanvas). Each TDirect2DGraphicsObject object describes a Direct2D graphics object that is selected into the device context of the canvas.
TDirect2DGraphicsObject introduces a mechanism for responding to changes in the properties of the graphics object.