コード例 #1
0
ファイル: Font.cs プロジェクト: mellinoe/ImGui.NET
 public Font(NativeFont* nativePtr)
 {
     NativeFont = nativePtr;
 }
コード例 #2
0
ファイル: ImGuiNative.cs プロジェクト: mellinoe/ImGui.NET
 public static extern void igPushFont(NativeFont* font);