mirror of
https://github.com/microsoft/terminal.git
synced 2026-03-07 09:01:22 -05:00
Accessibility: Add BoundingRects to UiaTextRanges (#2423)
This commit is contained in:
committed by
Dustin L. Howett (MSFT)
parent
e92efa5bc0
commit
be52880620
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user