Enlarge markup font
Due to popular demand. 😉
This commit is contained in:
parent
9815ddfed0
commit
72b6fb2d91
@ -888,7 +888,7 @@ class BesService {
|
|||||||
setCtxFont(scale, dpr)
|
setCtxFont(scale, dpr)
|
||||||
{
|
{
|
||||||
const styles = window.getComputedStyle(this.canvasPanel)
|
const styles = window.getComputedStyle(this.canvasPanel)
|
||||||
this.ctx.font = `${styles.fontStyle} ${styles.fontWeight} ${12 * scale * dpr}px ${styles.fontFamily}`
|
this.ctx.font = `${styles.fontStyle} ${styles.fontWeight} ${14 * scale * dpr}px ${styles.fontFamily}`
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user