Uses of Class
org.ofdrw.converter.font.TrueTypeFont
Packages that use TrueTypeFont
-
Uses of TrueTypeFont in org.ofdrw.converter
Methods in org.ofdrw.converter that return TrueTypeFontModifier and TypeMethodDescriptionFontLoader.getDefaultFont()默认字体解析模式FontLoader.loadDefaultFont()加载默认字体FontLoader.loadExternalFont(String absPath) Deprecated.FontLoader.loadExternalFont(String absPath, String familyName, String fontName) 加载外部字体FontLoader.loadFont(ResourceLocator rl, org.ofdrw.core.text.font.CT_Font ctFont) 加载字体FontLoader.loadSystemFont(String familyName, String fontName) 尝试从系统字体目录中加载字体Methods in org.ofdrw.converter that return types with arguments of type TrueTypeFontModifier and TypeMethodDescriptionFontLoader.loadFontSimilar(ResourceLocator rl, org.ofdrw.core.text.font.CT_Font ctFont) 加载字体 -
Uses of TrueTypeFont in org.ofdrw.converter.font
Methods in org.ofdrw.converter.font that return TrueTypeFontModifier and TypeMethodDescriptionTrueTypeCollection.getFontAtIndex(int idx) 通过字体索引获取字体TrueTypeFont.parse(byte[] buf) 创建TTF字体解析器TrueTypeFont.parse(InputStream in) 创建TTF字体解析器创建TTF字体解析器TrueTypeFont.parse(TTFDataStream raf) 解析字体Method parameters in org.ofdrw.converter.font with type arguments of type TrueTypeFontModifier and TypeMethodDescriptionvoidTrueTypeCollection.foreach(Consumer<TrueTypeFont> cn) 遍历字体集合中的所有字体
FontLoader.loadExternalFont(String, String, String)}