cytoscape.js:缩小时模糊的标签

时间:2015-11-25 11:04:11

标签: cytoscape.js

screenshot of the visualizer showing barely readble lables,although the size isnt too small

这是我的节点样式:

.selector('node')
  .css({

     'content': 'data(id)', 
     'width':55,
     'height':20,
     'shape':'ELLIPSE',
     'color':'black',
     'background-color':'yellow',
     'text-valign' :'center',
     'min-zoomed-font-size':1,
     'font-size':8,
     'font-weight':'normal'

  })

有没有办法在较低的缩放级别上获得更清晰的标签?

1 个答案:

答案 0 :(得分:0)

浏览器控制字体渲染。它无法修改字体抗锯齿。

您唯一可以控制的是使用哪种字体来呈现文本。因此,您可能想尝试使用不同的字体。有些人倾向于比其他人更好地扩展。