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



1920
1921
1922
# File 'lib/imgui.rb', line 1920

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

Instance Method Details

#destroyObject



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

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

#IsPackedObject



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

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