예제 #1
0
 public ExampleScript()
 {
     // When the script is booting up, add the player field
     GGO.AddField(new TextExample(), FieldSection.Player);
     // And the squad field
     GGO.AddField(new TextExample(), FieldSection.Squad);
 }
예제 #2
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);
예제 #3
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);
예제 #4
0
 public static extern uint GetGlyphOutline(IntPtr hdc, uint uChar, GGO uFormat, out GLYPHMETRICS lpgm, uint cbBuffer, IntPtr lpvBuffer, ref MAT2 lpmat2);