setDraftFontLineHeight method

void setDraftFontLineHeight(
  1. AppFontLineHeight height
)

Implementation

void setDraftFontLineHeight(AppFontLineHeight height) {
  draftFontLineHeight.value = height;
  fontSizeController.applyFontLineHeightPreview(height);
}