added the ability to premultiply the font file, removing fringing.

This commit is contained in:
Bryce Covert
2016-04-21 21:27:22 -07:00
parent 7cc7e5fdf3
commit a4db8f6b92
5 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
pot: true,
paddingX: 2,
paddingY: 2,
bleed: true,
edgePadding: true,
duplicatePadding: false,
rotation: false,
minWidth: 1024,
minHeight: 1024,
maxWidth: 2048,
maxHeight: 2048,
square: false,
stripWhitespaceX: false,
stripWhitespaceY: false,
alphaThreshold: 0,
filterMin: Nearest,
filterMag: Nearest,
wrapX: ClampToEdge,
wrapY: ClampToEdge,
format: RGBA8888,
alias: true,
outputFormat: png,
jpegQuality: 0.9,
ignoreBlankImages: true,
fast: false,
debug: false,
combineSubdirectories: true,
flattenPaths: false,
premultiplyAlpha: true,
useIndexes: true,
limitMemory: true,
grid: false,
scale: [ 1 ],
scaleSuffix: [ "" ]
}