예제 #1
0
파일: Font.cs 프로젝트: mellinoe/ImGui.NET
 public Font(NativeFont* nativePtr)
 {
     NativeFont = nativePtr;
 }
예제 #2
0
 public static extern void igPushFont(NativeFont* font);