IVsTextOut Interface
Visual Studio 2015
Exposes the core editor's unicode text measurement and display methods. Implemented by the environment.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsGetTextExtent(UInt32, Int32, UInt16[], SIZE[]) | Gets the extent of text's Hardware Device Context (HDC), number of characters, and outputs a pointer to the length of the pText parameter. Returns a Windows structure that represents the size of the text. |
![]() | VsTextOut(UInt32, Int32, UInt16[], UInt32, Int32, Int32, RECT[]) | Outputs text to a location specified to a Hardware Device Context (HDC). |
Implemented by the Environment for Unicode text measurement and display. Exposes the core editor's extended Unicode text measurement and display functionality. Compensates for defects in the Win9x W text APIs.
Show:
