1.在xml导入插件
<include url="plugins/showtext.xml" /><!--文本样式显示插件-->
2.导入字体型号代码
<!-- Textstyle STYLE4 -->
<textstyle name="STYLE4"
font="Arial" fontsize.no-mobile="12" fontsize.mobile="28" bold="true"
background="true" backgroundcolor="0x000000" backgroundalpha="0.667"
border="true" borderwidth="1" bordercolor="0xFFFFFF" roundedge="10"
textcolor="0xFFFFFF"
padding="6 10"
textalign="center"
yoffset.no-touch="-5"
yoffset.touch="-40"
/>
3.在要显示提示文字的地方加上
onhover="showtext(全景沙盘,STYLE4)"