Function EmToPx->convert_em_to_px

Definitions

sources/css_cleanup.php

  • Convert em to px units for a given selector.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: float

Parameters

Name Type Default Set Range Description
$amount_em float required parameter N/A N/A Size in em units
$selector string required parameter N/A N/A Selector
$is_for_font_size boolean False N/A N/A It is for a font size property

Return

  • Size in px units
  • Type: float
  • Set: N/A
  • Range: N/A