Function holoscan::viz::SetFont

Holoscan v2.1.0
void holoscan::viz::SetFont(const char *path, float size_in_pixels)

Set the font used to render text, do this before calling viz::Init().

The font is converted to bitmaps, these bitmaps are scaled to the final size when rendering.

Parameters
  • path – path to TTF font file

  • size_in_pixels – size of the font bitmaps

Previous Function holoscan::viz::SetCurrent
Next Function holoscan::viz::Shutdown
© Copyright 2022-2024, NVIDIA. Last updated on Jul 3, 2024.