Accessibility: Add BoundingRects to UiaTextRanges (#2423)

This commit is contained in:
Carlos Zamora
2019-08-20 17:50:34 -07:00
committed by Dustin L. Howett (MSFT)
parent e92efa5bc0
commit be52880620
9 changed files with 70 additions and 9 deletions

View File

@@ -1020,7 +1020,7 @@ const COORD UiaTextRangeBase::_getScreenBufferCoords(IUiaData* pData)
return pData->GetTextBuffer().GetSize().Dimensions();
}
COORD UiaTextRangeBase::_getScreenFontSize() const
const COORD UiaTextRangeBase::_getScreenFontSize() const
{
COORD coordRet = _pData->GetFontInfo().GetSize();