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