Share via


IVsFontAndColorStorage4.GetFont(IntPtr, LOGFONTW[], FontInfo[]) Method

Definition

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[]

Returns

Applies to