Completed
Last Updated: 02 Aug 2021 08:33 by ADMIN
Release R3 2021 (LIB 2021_2_802)
Jan
Created on: 29 Jul 2021 10:18
Category: DropDownList
Type: Bug Report
0
RadDropDownList: Incorrect text rendering when changing the Font

Using this font is OK:

Font("Calibri", 24, FontStyle.Regular, GraphicsUnit.Pixel)

But using this font is not OK, the Unit is not respected:

Font("Calibri", 24, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Pixel)

The control also is increased in height.

0 comments