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



1851
1852
1853
# File 'lib/imgui.rb', line 1851

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

Instance Method Details

#destroyObject



1859
1860
1861
# File 'lib/imgui.rb', line 1859

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

#IsPackedObject



1855
1856
1857
# File 'lib/imgui.rb', line 1855

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