Interface

FontSizeOption (font)

@ckeditor/ckeditor5-font/src/fontconfig

interface

The font size option descriptor.

Filtering

Properties

  • model : string | undefined

    The attribute's unique value in the model.

  • title : string

    The user-readable title of the option.

  • upcastAlso : Array<MatcherPattern> | undefined

    An array with all matched elements that the view-to-model conversion should also accept.

  • view : ElementDefinition | undefined

    View element configuration.