Searched refs:textSize (Results 1 – 2 of 2) sorted by relevance
921 Dim textSize As Long variable930 textSize = 10933 textSize = CLEGEND_FONT_SIZE943 SetupPAWResultsSpreadsheet logWb, fontName, textSize949 SetupDAWResultsSpreadsheet logWb, fontName, textSize2286 textSize As Long, fontName As String)2318 .Size = textSize2324 .Size = textSize2336 " textSize: " & textSize & _
1854 …Size textSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth ? nMaxWidth : 0x7fffffff, 0x7ffff… in CalcMinimumSize() local1856 aSize.Width() += int( textSize.Width () * 1.15 ); in CalcMinimumSize()1857 aSize.Height() = std::max( aSize.Height(), long( textSize.Height() * 1.15 ) ); in CalcMinimumSize()
Completed in 94 milliseconds