Completed
Last Updated: 25 Jun 2025 14:31 by ADMIN
n/a
Created on: 24 Jun 2021 08:20
Category: Editor
Type: Feature Request
2
Font Size in PT (point) option

Limitation:

  • Font size in Kendo Editor only supports PX (pixel) values. 
  • To customize the font size to show in PT (point) format in Editor, manual conversion has to be done using the below formula. However, the font size is not exactly the same as Microsoft word PT measurement.
    • 1 Point [pt] =  ~ 1.33 Pixel [px] 

Feedback: Font size dropdown can be provided for PT (Point) option as well as to follow like the Microsoft Word font size.

   
2 comments
ADMIN
Zornitsa
Posted on: 25 Jun 2025 14:31

Hi Everyone,

I am happy to say that this feature is available in the Editor component. The EditorFontSizeComponent toolbar tool accepts a collection of FontSizeItem objects for its data, so the developer can use any valid font-size unit (pt, px, rem, etc.) to set a specific font size for the text in the Editor:

Here is a StackBlitz example that showcases this feature:

Regards,
Zornitsa
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Yanmario
Posted on: 31 Mar 2025 09:56

Hi Everyone,

We are declining this request due to low interest and demand. If it turns out to be popular in the future, we will reconsider the status. 

For a workaround, the developer can handle the valueChange event of the font size directive and calculate the pt value to pixels.

https://stackblitz.com/edit/angular-hhwaubcc?file=src%2Fapp%2Fapp.component.ts

Regards,
Yanmario
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!