diff --git a/desktop/resources/ego/font.tif b/desktop/resources/ego/font.tif new file mode 100644 index 00000000..d51b931f Binary files /dev/null and b/desktop/resources/ego/font.tif differ diff --git a/desktop/resources/font-pack/font.png b/desktop/resources/font-pack/font.png new file mode 100644 index 00000000..f96b100a Binary files /dev/null and b/desktop/resources/font-pack/font.png differ diff --git a/desktop/resources/font-pack/pack.json b/desktop/resources/font-pack/pack.json new file mode 100644 index 00000000..9a432d8d --- /dev/null +++ b/desktop/resources/font-pack/pack.json @@ -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: [ "" ] +} diff --git a/desktop/resources/font-pack/packed/pack.atlas b/desktop/resources/font-pack/packed/pack.atlas new file mode 100644 index 00000000..77156ddc --- /dev/null +++ b/desktop/resources/font-pack/packed/pack.atlas @@ -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 diff --git a/desktop/resources/font-pack/packed/pack.png b/desktop/resources/font-pack/packed/pack.png new file mode 100644 index 00000000..9ff06e1a Binary files /dev/null and b/desktop/resources/font-pack/packed/pack.png differ