Function holoscan::viz::SetFont

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 Apr 23, 2024.