API Documentation
Loading...
Searching...
No Matches
Font.h File Reference
#include "DLLInfo.h"
#include <NDEVR/File.h>
#include <NDEVR/RGBColor.h>
#include <NDEVR/Dictionary.h>
Include dependency graph for Font.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Font
 
class  FontEngine
 
struct  TextBlock
 

Namespaces

namespace  NDEVR
 

Enumerations

enum class  TextAlignment {
  e_left = 0x01 , e_right = 0x02 , e_top = 0x04 , e_bottom = 0x08 ,
  e_bottom_base = 0x10 , e_h_center = e_left | e_right , e_v_center = e_top | e_bottom , e_v_baseline_center = e_top | e_bottom_base ,
  e_center = e_v_center | e_h_center
}
 

Functions

uint01 operator| (const TextAlignment &a, const TextAlignment &b)