Home
last modified time | relevance | path

Searched refs:TabFontStyle (Results 1 – 3 of 3) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_tabs/
H A DDemoForm.pas350 d.TabFontStyle:= [fsItalic, fsBold]
352 d.TabFontStyle:= [];
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Dattabs.pas128 property TabFontStyle: TFontStyles read FTabFontStyle write FTabFontStyle default []; property
1196 TabFontStyle:= [];
1228 TabFontStyle:= D.TabFontStyle;
2235 C.Font.Style:= Data.TabFontStyle;
2641 NFontStyle:= Data.TabFontStyle;
2693 NFontStyle:= Data.TabFontStyle;
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformframe.pas549 D.TabFontStyle:= StringToFontStyles(UiOps.TabPreviewFontStyle)
551 D.TabFontStyle:= [];