HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_Font.h File Reference
#include "RE_API.h"
#include "RE_Texture.h"
#include "RE_VertexArray.h"
#include <FONT/FONT_Enums.h>
#include <UT/UT_Array.h>
#include <UT/UT_Pixel.h>
#include <UT/UT_Rect.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_String.h>
#include <UT/UT_StringView.h>
#include <UT/UT_Unicode.h>
#include <SYS/SYS_Math.h>
+ Include dependency graph for RE_Font.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RE_FontBuffers
 
class  RE_FontDeferData
 
class  RE_Font
 

Enumerations

enum  RE_StringSplitType { RE_SST_NARROWER_ONLY, RE_SST_BOUNDARY_SOFT, RE_SST_BOUNDARY_HARD }
 Specifies which method to use to split string in RE_Font::splitString. More...
 

Enumeration Type Documentation

Specifies which method to use to split string in RE_Font::splitString.

Enumerator
RE_SST_NARROWER_ONLY 

Only split at word boundaries if narrower than the given maximum width. If no split point was found before, the splitting fails.

RE_SST_BOUNDARY_SOFT 

Try first to split on word boundaries at less than the maximum width, otherwise try word boundaries after.

RE_SST_BOUNDARY_HARD 

Try first to split on word boundaries at less than maximum width, otherwise do a hard split at the maximum width, ignoring any boundary indicators.

Definition at line 37 of file RE_Font.h.