Settings.minimumFontSize

uint minimumFontSize() @property

Get minimumFontSize property.

Returns

The minimum font size in pixels used to display text. This setting

controls the absolute smallest size. Values other than 0 can potentially break page layouts.

void minimumFontSize(uint propval) @property

Set minimumFontSize property.

Parameters

propvalThe minimum font size in pixels used to display text. This setting controls the absolute smallest size. Values other than 0 can potentially break page layouts.