Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | List of all members
TMPro.EditorUtilities.TMPro_FontPlugin Class Reference

Public Member Functions

static float Check_RenderProgress ()
 
static int Destroy_FontEngine ()
 
static int FT_GetKerningPairs (string fontPath, int[] characterSet, int setCount, FT_KerningPair[] kerningPairs)
 
static int FT_Size_Font (int fontSize)
 
static int Initialize_FontEngine ()
 
static int Load_TrueType_Font (string fontPath)
 
static int Render_Character (byte[] buffer_fill, byte[] buffer_edge, int buffer_width, int buffer_height, int offset, int asc, FaceStyles style, float thickness, RenderModes rasterMode, ref FT_GlyphInfo glyphInfo)
 
static int Render_Characters (byte[] buffer, int buffer_width, int buffer_height, int character_padding, int[] asc_set, int char_count, FaceStyles style, float style_mod, bool autoSize, RenderModes renderMode, int method, ref FT_FaceInfo fontData, FT_GlyphInfo[] Output)
 

Static Public Member Functions

static void LinkDebugLog ()
 

Member Function Documentation

static float TMPro.EditorUtilities.TMPro_FontPlugin.Check_RenderProgress ( )
static int TMPro.EditorUtilities.TMPro_FontPlugin.Destroy_FontEngine ( )
static int TMPro.EditorUtilities.TMPro_FontPlugin.FT_GetKerningPairs ( string  fontPath,
int[]  characterSet,
int  setCount,
FT_KerningPair[]  kerningPairs 
)
static int TMPro.EditorUtilities.TMPro_FontPlugin.FT_Size_Font ( int  fontSize)
static int TMPro.EditorUtilities.TMPro_FontPlugin.Initialize_FontEngine ( )
static void TMPro.EditorUtilities.TMPro_FontPlugin.LinkDebugLog ( )
inlinestatic
static int TMPro.EditorUtilities.TMPro_FontPlugin.Load_TrueType_Font ( string  fontPath)
static int TMPro.EditorUtilities.TMPro_FontPlugin.Render_Character ( byte[]  buffer_fill,
byte[]  buffer_edge,
int  buffer_width,
int  buffer_height,
int  offset,
int  asc,
FaceStyles  style,
float  thickness,
RenderModes  rasterMode,
ref FT_GlyphInfo  glyphInfo 
)
static int TMPro.EditorUtilities.TMPro_FontPlugin.Render_Characters ( byte[]  buffer,
int  buffer_width,
int  buffer_height,
int  character_padding,
int[]  asc_set,
int  char_count,
FaceStyles  style,
float  style_mod,
bool  autoSize,
RenderModes  renderMode,
int  method,
ref FT_FaceInfo  fontData,
FT_GlyphInfo[]  Output 
)

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