예제 #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);