Click or drag to resize
Ab4d.SharpEngine logo

BitmapFontGetFontPageGpuImage Method

Returns the GpuImage for the font texture with the specified page index.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public GpuImage GetFontPageGpuImage(
	int pageIndex,
	VulkanDevice gpuDevice,
	bool cacheFontGpuImages = true
)

Parameters

pageIndex  Int32
index of the page
gpuDevice  VulkanDevice
VulkanDevice
cacheFontGpuImages  Boolean  (Optional)
when true (by default), then the GpuImage is cached by gpuDevice

Return Value

GpuImage
GpuImage for the font texture
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.BitmapFont.GetFontPageGpuImage(System.Int32,Ab4d.SharpEngine.Vulkan.VulkanDevice,System.Boolean)"]

See Also