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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

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: [ "" ]
}

View File

@@ -0,0 +1,13 @@
pack.png
size: 2048,2048
format: RGBA8888
filter: Nearest,Nearest
repeat: none
font
rotate: false
xy: 2, 2
size: 1024, 1024
orig: 1024, 1024
offset: 0, 0
index: -1

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB