computeDistantTextSizes
function computeDistantTextSizes(safeArea: PositionInMm): { targetLargeFontSizeInPt: number; targetSmallFontSizeInPt: number;};Defined in: packages/dynamic-design-engine/src/utils/cimdoc-helpers/common.ts:175
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
safeArea | PositionInMm |
Returns
Section titled “Returns”{ targetLargeFontSizeInPt: number; targetSmallFontSizeInPt: number;}targetLargeFontSizeInPt
Section titled “targetLargeFontSizeInPt”targetLargeFontSizeInPt: number;targetSmallFontSizeInPt
Section titled “targetSmallFontSizeInPt”targetSmallFontSizeInPt: number;