NVIDIA Holoscan SDK v1.0.3
Holoscan 1.0.3

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-2023, NVIDIA. Last updated on Apr 19, 2024.