277
# File 'lib/fzeet/windows/core/Common.rb', line 277 def textExtent(text) Windows.DetonateLastError(0, :GetTextExtentPoint, @handle, text, text.length, s = Size.new); s end