 |
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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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