packTextVerticalTrim function
Implementation
int packTextVerticalTrim(TextTrimTop top, TextTrimBottom bottom) =>
(top.index << textTrimTopShift) | (bottom.index << textTrimBottomShift);
int packTextVerticalTrim(TextTrimTop top, TextTrimBottom bottom) =>
(top.index << textTrimTopShift) | (bottom.index << textTrimBottomShift);