Exposes the core editor's unicode text measurement and display methods. Implemented by the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53")]
public interface IVsTextOut
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53") */
public interface IVsTextOut
InterfaceTypeAttribute(1)
GuidAttribute("2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53")
public interface IVsTextOut
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.