dxAssignFont(TFont,TFont,TdxScaleFactor,TdxScaleFactor) Method
In This Article
Assigns the source font’s settings to the target font and scales it.
#Declaration
Delphi
procedure dxAssignFont(ATargetFont: TFont; ASourceFont: TFont; ATargetScaleFactor: TdxScaleFactor; ASourceScaleFactor: TdxScaleFactor);
#Parameters
Name | Type |
---|---|
ATarget |
TFont |
ASource |
TFont |
ATarget |
Tdx |
ASource |
Tdx |
#Remarks
Call this global procedure to copy settings between two fonts and take both their scale factors into account. Use the ATargetFont, ASourceFont, ATargetScaleFactor, and ASourceScaleFactor parameters to pass the both fonts and their corresponding scale factors.
See Also