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

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.