Class: ImFontAtlasCustomRect

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Overview

See ImFontAtlas::AddCustomRectXXX functions.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.createObject



1651
1652
1653
# File 'lib/imgui.rb', line 1651

def self.create()
  return ImFontAtlasCustomRect.new(ImGui::ImFontAtlasCustomRect_ImFontAtlasCustomRect())
end

Instance Method Details

#destroyObject



1659
1660
1661
# File 'lib/imgui.rb', line 1659

def destroy()
  ImGui::ImFontAtlasCustomRect_destroy(self)
end

#IsPackedObject



1655
1656
1657
# File 'lib/imgui.rb', line 1655

def IsPacked()
  ImGui::ImFontAtlasCustomRect_IsPacked(self)
end