Text font loaded in a particular Window context.  
 More...
#include <Window.hpp>
 | 
|   | ~Font () | 
| void  | loadFile (const std::string &filename, NVGcontext *vg) | 
|   | Don't call this directly but instead use APP->window->loadFont().  
  | 
Text font loaded in a particular Window context. 
 
◆ ~Font()
      
        
          | rack::window::Font::~Font  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ loadFile()
      
        
          | void rack::window::Font::loadFile  | 
          ( | 
          const std::string & |           filename,  | 
        
        
           | 
           | 
          NVGcontext * |           vg ) | 
        
      
 
Don't call this directly but instead use APP->window->loadFont(). 
 
 
◆ load()
  
  
      
        
          | DEPRECATED std::shared_ptr< Font > rack::window::Font::load  | 
          ( | 
          const std::string & |           filename | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Use APP->window->loadFont() instead. 
 
 
◆ vg
      
        
          | NVGcontext* rack::window::Font::vg | 
        
      
 
 
◆ handle
      
        
          | int rack::window::Font::handle = -1 | 
        
      
 
 
The documentation for this struct was generated from the following file:
- /home/vortico/src/vcv/Rack2/include/window/Window.hpp