MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / getFonts

Method getFonts

imgui-binding/src/generated/java/imgui/ImGuiIO.java:270–273  ·  view source on GitHub ↗

Font atlas: load, rasterize and pack one or more fonts into a single texture.

()

Source from the content-addressed store, hash-verified

268 * Font atlas: load, rasterize and pack one or more fonts into a single texture.
269 */
270 public ImFontAtlas getFonts() {
271 _GETFONTS_1.ptr = nGetFonts();
272 return _GETFONTS_1;
273 }
274
275 /**
276 * Font atlas: load, rasterize and pack one or more fonts into a single texture.

Callers 5

destroyFontsTextureMethod · 0.95
initFontsMethod · 0.80
createFontsTextureMethod · 0.80
createFontsTextureMethod · 0.80
destroyDeviceObjectsMethod · 0.80

Calls 1

nGetFontsMethod · 0.95

Tested by

no test coverage detected