How to determine the length of a graphic string?

前端 未结 5 2066
难免孤独
难免孤独 2020-12-11 03:49

I\'m creating a graphical timeline out of an excel document and I need to have small tags of the name of the event next to the marker for that event. Some of these are easy

5条回答
  •  庸人自扰
    2020-12-11 04:09

    This thread explains how to do it: Calculate the display width of a string in Java

    You should first get the font metrics, and then ask the metrics how wide a certain string is.

提交回复
热议问题