IVsFontAndColorStorage4.GetFont(IntPtr, LOGFONTW[], FontInfo[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetFont(IntPtr hwnd, cli::array <Microsoft::VisualStudio::Shell::Interop::LOGFONTW> ^ pLOGFONT, cli::array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ pInfo);
public int GetFont (IntPtr hwnd, Microsoft.VisualStudio.Shell.Interop.LOGFONTW[] pLOGFONT, Microsoft.VisualStudio.Shell.Interop.FontInfo[] pInfo);
abstract member GetFont : nativeint * Microsoft.VisualStudio.Shell.Interop.LOGFONTW[] * Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
Public Function GetFont (hwnd As IntPtr, pLOGFONT As LOGFONTW(), pInfo As FontInfo()) As Integer
Parameters
- hwnd
-
IntPtr
nativeint
- pLOGFONT
- LOGFONTW[]
- pInfo
- FontInfo[]