Home
last modified time | relevance | path

Searched refs:TBCFont (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbctypes.pas167 TBCFont = class(TBCProperty) class
644 function TBCFont.IsNamStored: boolean; in IsNamStored()
649 procedure TBCFont.SetColor(AValue: TColor);
676 procedure TBCFont.SetHeight(AValue: integer);
685 procedure TBCFont.SetName(AValue: string);
852 if Source is TBCFont then
854 FColor := TBCFont(Source).FColor;
857 FHeight := TBCFont(Source).FHeight;
858 FName := TBCFont(Source).FName;
860 FShadow := TBCFont(Source).FShadow;
[all …]
H A Dbclabel.pas41 FFontEx: TBCFont;
50 procedure SetFontEx(AValue: TBCFont);
70 property FontEx: TBCFont read FFontEx write SetFontEx;
208 procedure TCustomBCLabel.SetFontEx(AValue: TBCFont);
349 FFontEx := TBCFont.Create(Self);
H A Dbctools.pas24 procedure AssignBCFont(AFont: TBCFont; var ATargetBGRA: TBGRABitmap);
32 procedure GetGlyphActualLayout(ACaption: string; AFont: TBCFont;
41 ACaption: string; AFont: TBCFont; AOldPlacement: boolean = false;
70 procedure RenderText(const ARect: TRect; AFont: TBCFont;
83 AFont: TBCFont; AOldPlacement: boolean; AGlyphScale: Single): TRect;
204 procedure RenderText(const ARect: TRect; AFont: TBCFont;
279 procedure AssignBCFont(AFont: TBCFont; var ATargetBGRA: TBGRABitmap);
322 procedure CalculateTextSize(const AText: String; AFont: TBCFont; out ANewWidth,
354 procedure CalculateTextSizeEx(const AText: String; AFont: TBCFont; out
402 procedure GetGlyphActualLayout(ACaption: string; AFont: TBCFont;
[all …]
H A Dbcpanel.pas45 FFontEx: TBCFont;
54 procedure SetFontEx(AValue: TBCFont);
84 property FontEx: TBCFont read FFontEx write SetFontEx;
384 procedure TCustomBCPanel.SetFontEx(AValue: TBCFont);
438 FFontEx := TBCFont.Create(Self);
H A Dbcbutton.pas63 FFontEx: TBCFont;
68 procedure SetFontEx(const AValue: TBCFont);
78 property FontEx: TBCFont read FFontEx write SetFontEx;
480 procedure TBCButtonState.SetFontEx(const AValue: TBCFont);
521 FFontEx := TBCFont.Create(AControl);
1194 scaledFont: TBCFont;
1207 scaledFont := TBCFont.Create(nil);
H A Dbcbuttonfocus.pas60 FFontEx: TBCFont;
65 procedure SetFontEx(const AValue: TBCFont);
74 property FontEx: TBCFont read FFontEx write SetFontEx;
458 procedure TBCButtonFocusState.SetFontEx(const AValue: TBCFont);
499 FFontEx := TBCFont.Create(AControl);
H A Dbgrasvgtheme.pas629 bcFont: TBCFont;
668 bcFont := TBCFont.Create(nil);