Skip to content

Commit 915ea00

Browse files
committed
removed obsolete property fontScale
Signed-off-by: Tim Deubler <tim.deubler@here.com>
1 parent 4c9588c commit 915ea00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/display/src/displays/webgl/GlyphAtlas.ts

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class GlyphAtlas {
4747
spaceWidth: number;
4848
glyphs: number = 0;
4949
font;
50-
fontScale: number;
5150

5251
constructor(
5352
style: FontStyle,
@@ -63,7 +62,6 @@ class GlyphAtlas {
6362
this.baselineOffset = font.baselineOffset;
6463
this.rowHeight = font.rowHeight;
6564
this.spaceWidth = font.spaceWidth;
66-
this.fontScale = font.fontScale;
6765

6866
if (!size) {
6967
size = 1;

0 commit comments

Comments
 (0)