Fluent Controls Package for Lazarus
- Download Codebot.Cross library from: https://github.com/sysrpl/Codebot.Cross
- Open Codebot.lpk (...source/codebot folder).
- Open Codebot.Graphics.Windows.SurfaceD2D unit.
- Replace line 2255: "Layout := CreateGdiTextLayout(FontObj.Format, Text, Rect.Width, Rect.Height);" with "Layout := CreateTextLayout(FontObj.Format, Text, Rect.Width, Rect.Height);"
- Compile Codebot package.
- Open and compile FluentControls.lpk (...source folder).
- Open and compile FluentControlsDesign.lpk (...source folder).
- Install FluentControlsDesign package.
- TFluentButton
- TFluentTextBlock
- TFluentTextBox
- TFluentToggleButton
- TFluentHyperlinkButton
- TFluentCheckBox
- TFluentRadioButton
- TFluentPasswordBox
- TFluentProgressRing
- TFluentProgressBar
- TFluentSlider
- TContentDialog
- TFluentIconView
- TFluentIconButton
- TFluentNavigationView