GlyphKey identifies a glyph with a specific font instance.  
 More...
#include <Glyph.h>
GlyphKey identifies a glyph with a specific font instance. 
 
◆ GlyphKey() [1/2]
  
  
      
        
          | ramses::GlyphKey::GlyphKey  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
Constructor for GlyphKey that initializes members to default values. 
 
 
◆ GlyphKey() [2/2]
Constructor for GlyphKey that initializes members to passed values. 
- Parameters
 - 
  
    | [in] | _identifier | The glyph id  | 
    | [in] | _fontInstanceId | The font instance id  | 
  
   
 
 
◆ operator!=()
  
  
      
        
          | bool ramses::GlyphKey::operator!=  | 
          ( | 
          const GlyphKey &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Unequal comparison operator. 
- Parameters
 - 
  
    | [in] | rhs | The glyph key to be compared with  | 
  
   
- Returns
 - False if glyph keys are identical, true otherwise 
 
 
 
◆ operator==()
  
  
      
        
          | bool ramses::GlyphKey::operator==  | 
          ( | 
          const GlyphKey &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Equal comparison operator. 
- Parameters
 - 
  
    | [in] | rhs | The glyph key to be compared with  | 
  
   
- Returns
 - True if glyph keys are identical, false otherwise 
 
 
 
◆ fontInstanceId
◆ identifier
      
        
          | GlyphId ramses::GlyphKey::identifier | 
        
      
 
 
The documentation for this struct was generated from the following file:
- /home/runner/work/ramses/ramses/client/ramses-client/ramses-text-api/include/ramses-text-api/Glyph.h