Direct2D.TDirect2DFont Properties
From RAD Studio VCL Reference
Delphi Information
| property Handle: IDWriteTextFormat read GetHandle; |
Provides access to the Direct2D interface of this font. |
| property Color: TColor read GetColor write SetColor; |
Specifies the color of the text. |
| property Brush: TDirect2DBrush read GetBrush write SetBrush; |
Determines the brush used when drawing text. |
| property PixelsPerInch: Integer read FPixelsPerInch write FPixelsPerInch; |
Indicates the conversion factor between logical inches and the pixels of the canvas using the font. |
| property Height: Integer read GetHeight write SetHeight; |
Specifies the height of the font. |
| property Name: TFontName read FName write FName; |
Identifies the typeface of the font. |
| property Orientation: Integer read FOrientation write FOrientation; |
Specifies text orientation. |
| property Pitch: TFontPitch read FPitch write FPitch; |
Specifies whether all the characters in the font have the same width. |
| property Size: Integer read GetSize write SetSize; |
Specifies the height of the font in points. |
| property Style: TFontStyles read FStyle write FStyle; |
Determines whether the font is normal, italic, underlined, bold, and so on. |
Unit: Direct2D
Type: property
Visibility: published
Member Of: TDirect2DFont
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!