Свойство | Тип | Описание | |
---|---|---|---|
characters | string | ||
family | string |
Метод | Описание | |
---|---|---|
SpriteSheet ( SharpFont.Face faces, string characters, int sizes, string family ) : System | ||
generateAtlases ( string outputPath, int maxWidth, int maxHeight, bool genJSON, bool genRBXLua ) : void |
Метод | Описание | |
---|---|---|
getKernWidthHeight ( SharpFont.Face face, |
||
getStyles ( ) : string[] | ||
prepOutputDataJSON ( ) : string | ||
prepOutputDataLua ( ) : string | ||
renderCharacter ( SharpFont.Face face, char character, int posX, int posY, int atlas, |
||
useEnums ( ) : string |
public SpriteSheet ( SharpFont.Face faces, string characters, int sizes, string family ) : System | ||
faces | SharpFont.Face | |
characters | string | |
sizes | int | |
family | string | |
Результат | System |
public generateAtlases ( string outputPath, int maxWidth, int maxHeight, bool genJSON, bool genRBXLua ) : void | ||
outputPath | string | |
maxWidth | int | |
maxHeight | int | |
genJSON | bool | |
genRBXLua | bool | |
Результат | void |