Removed redundent , from enum.
This commit is contained in:
parent
e17df6a8a5
commit
ffec17c6bf
@ -35,8 +35,8 @@ class Text;
|
||||
enum KerningType
|
||||
{
|
||||
KERNING_DEFAULT, //default locked to integer kerning values
|
||||
KERNING_UNFITTED, //use floating point value for kerning
|
||||
KERNING_NONE, //no kerning
|
||||
KERNING_UNFITTED, //use floating point value for kerning
|
||||
KERNING_NONE //no kerning
|
||||
};
|
||||
|
||||
/** read a font from specified file.*/
|
||||
|
Loading…
Reference in New Issue
Block a user