 |
BitmapFontGetFontPageGpuImage Method |
Returns the GpuImage for the font texture with the specified page index.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic 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
GpuImageGpuImage 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