IVsTextOut Members
Include Protected Members
Include Inherited Members
Exposes the core editor's unicode text measurement and display methods. Implemented by the environment.
The IVsTextOut type exposes the following members.
Methods
Name | Description | |
---|---|---|
VsGetTextExtent | 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 | Outputs text to a location specified to a Hardware Device Context (HDC). |
Top