Package cn.mapway.ui.client.fonts
Class FontUtl
- java.lang.Object
-
- cn.mapway.ui.client.fonts.FontUtl
-
public class FontUtl extends Object
字体工具类 本系统需要 一个 mapway-font的字体库 有两种方式加载 1. 在html中设置以下代码
-
-
Constructor Summary
Constructors Constructor Description FontUtl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static elemental2.promise.Promise<elemental2.dom.FontFace>loadFont(String faceName, String url)文档加载一个WEB Font字体
-