Draw text in billboard with different font size

Hi,
I want to draw text in billboard, at the same time, I want the text with different font size and can be separated into several lines as below:

How can I do this?

Thank you so much.

Hi Yang,

Billboards are just the images. Text is drawn using Labels. All the text in a single label is drawn using the same set of styling properties, so to get text of two different sizes, you’d need to create two different labels. Fortunately, this shouldn’t be very difficult. Just apply different font sizes and slightly different offsets to each of two labels. That should get you what you need. See here for some simple label examples: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Labels.html&label=Showcases

Hope that helps!

  • Rachel

Rachel, thank you for your reply.
So there is no other way to do that.

在 2017年5月2日星期二 UTC+8上午2:27:11,Rachel Hwang写道: