![]()  | 
  
    Jetson Inference
    
   DNN Vision Library 
   | 
 
This is the complete list of members for cudaFont, including all inherited members.
| Create(float size=32.0f) | cudaFont | static | 
| Create(const char *font, float size) | cudaFont | static | 
| Create(const std::vector< std::string > &fonts, float size) | cudaFont | static | 
| cudaFont() | cudaFont | protected | 
| FirstGlyph | cudaFont | protectedstatic | 
| init(const char *font, float size) | cudaFont | protected | 
| LastGlyph | cudaFont | protectedstatic | 
| MaxCommands | cudaFont | protectedstatic | 
| mCmdIndex | cudaFont | protected | 
| mCommandCPU | cudaFont | protected | 
| mCommandGPU | cudaFont | protected | 
| mFontMapCPU | cudaFont | protected | 
| mFontMapGPU | cudaFont | protected | 
| mFontMapHeight | cudaFont | protected | 
| mFontMapWidth | cudaFont | protected | 
| mGlyphInfo | cudaFont | protected | 
| mRectIndex | cudaFont | protected | 
| mRectsCPU | cudaFont | protected | 
| mRectsGPU | cudaFont | protected | 
| NumGlyphs | cudaFont | protectedstatic | 
| OverlayText(float4 *image, uint32_t width, uint32_t height, const char *str, int x, int y, const float4 &color=make_float4(0, 0, 0, 255), const float4 &background=make_float4(0, 0, 0, 0), int backgroundPadding=5) | cudaFont | |
| OverlayText(float4 *image, uint32_t width, uint32_t height, const std::vector< std::pair< std::string, int2 > > &text, const float4 &color=make_float4(0, 0, 0, 255), const float4 &background=make_float4(0, 0, 0, 0), int backgroundPadding=5) | cudaFont | |
| ~cudaFont() | cudaFont |