Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

TK_Character_Attribute Struct Reference

#include <BOpcodeHandler.h>

Public Attributes

float color [3]
 the color. RGB triplet
 
float horizontal_offset
 offset, positive or negative, from the standard position. units are specified separately in horizontal_offset_units
 
unsigned char horizontal_offset_units
 specified with enum TKO_Font_Size_Units
 
unsigned short mask
 specifies which settings are active (i.e. the attributes for which we have an opinion at this point)
 
char * name
 the font name
 
float rotation
 the angle (in degrees) that text is rotated
 
float size
 the size. Units are specified separately in size_units
 
unsigned char size_units
 specified with enum TKO_Font_Size_Units
 
float slant
 the angle (in degrees) that text is slanted (e.g. for italic). Positive numbers correspond to clockwise.
 
unsigned short value
 for active settings, on or off
 
float vertical_offset
 offset, positive or negative, from the standard position. units are specified separately in vertical_offset_units
 
unsigned char vertical_offset_units
 specified with enum TKO_Font_Size_Units
 
float width_scale
 adjustment to character width
 

Detailed Description

defines all of the attributes that can be set on individual characters


The documentation for this struct was generated from the following file: