LibTMJ  1.0.0
A library for loading JSON Tiled maps
Data Fields
Text Struct Reference

https://doc.mapeditor.org/en/stable/reference/json-map-format/#text More...

#include <tmj.h>

Data Fields

bool bold
 
bool italic
 
bool kerning
 
bool strikeout
 
bool underline
 
bool wrap
 
char * color
 
char * fontfamily
 
char * halign
 
char * text
 
char * valign
 
int pixelsize
 

Detailed Description

https://doc.mapeditor.org/en/stable/reference/json-map-format/#text

Definition at line 69 of file tmj.h.

Field Documentation

◆ bold

bool Text::bold

Definition at line 70 of file tmj.h.

◆ italic

bool Text::italic

Definition at line 71 of file tmj.h.

◆ kerning

bool Text::kerning

Definition at line 72 of file tmj.h.

◆ strikeout

bool Text::strikeout

Definition at line 73 of file tmj.h.

◆ underline

bool Text::underline

Definition at line 74 of file tmj.h.

◆ wrap

bool Text::wrap

Definition at line 75 of file tmj.h.

◆ color

char* Text::color

Definition at line 77 of file tmj.h.

◆ fontfamily

char* Text::fontfamily

Definition at line 78 of file tmj.h.

◆ halign

char* Text::halign

Definition at line 79 of file tmj.h.

◆ text

char* Text::text

Definition at line 80 of file tmj.h.

◆ valign

char* Text::valign

Definition at line 81 of file tmj.h.

◆ pixelsize

int Text::pixelsize

Definition at line 83 of file tmj.h.


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