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



1924
1925
1926
# File 'lib/imgui.rb', line 1924

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

Instance Method Details

#destroyObject



1932
1933
1934
# File 'lib/imgui.rb', line 1932

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

#IsPackedObject



1928
1929
1930
# File 'lib/imgui.rb', line 1928

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