コード例 #1
0
ファイル: Font.cs プロジェクト: wtf3505-git/Win32
 public static extern uint GetGlyphOutline(HDC hdc, uint uChar, GGO uFormat, out GlyphMetrics lpgm, uint cbBuffer, IntPtr lpvBuffer, [In] ref Mat2 lpmat2);
コード例 #2
0
ファイル: Font.cs プロジェクト: JackWangCUMT/Win32
		public static extern uint GetGlyphOutline(HDC hdc, uint uChar, GGO uFormat, out GlyphMetrics lpgm, uint cbBuffer, IntPtr lpvBuffer, [In] ref Mat2 lpmat2);