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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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