Example #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);
 }
Example #2
0
 public static extern uint GetGlyphOutline(HDC hdc, uint uChar, GGO uFormat, out GlyphMetrics lpgm, uint cbBuffer, IntPtr lpvBuffer, [In] ref Mat2 lpmat2);
Example #3
0
		public static extern uint GetGlyphOutline(HDC hdc, uint uChar, GGO uFormat, out GlyphMetrics lpgm, uint cbBuffer, IntPtr lpvBuffer, [In] ref Mat2 lpmat2);
Example #4
0
 public static extern uint GetGlyphOutline(IntPtr hdc, uint uChar, GGO uFormat, out GLYPHMETRICS lpgm, uint cbBuffer, IntPtr lpvBuffer, ref MAT2 lpmat2);