Uses of Class
com.imyeyu.font.icon.model.IconFont
Packages that use IconFont
-
Uses of IconFont in com.imyeyu.font.icon
Methods in com.imyeyu.font.icon that return IconFontModifier and TypeMethodDescriptionstatic IconFontIconFontBuilder.buildFont(IconFontOptions options, Collection<IconGlyph> icons) 使用指定配置构建完整字体结果static IconFontIconFontBuilder.buildFont(IconFontOptions options, Map<String, String> svgPaths, int startCodePoint) 使用指定配置和起始 Unicode 码点,从name -> pathData映射构建完整字体结果 -
Uses of IconFont in com.imyeyu.font.icon.format
Methods in com.imyeyu.font.icon.format that return IconFontModifier and TypeMethodDescriptionstatic IconFontIconFontIO.writeTtf(Path path, IconFontOptions options, Collection<IconGlyph> icons) 构建 TTF 并写入文件static IconFontIconFontIO.writeTtfFromSvgDirectory(Path output, IconFontOptions options, Path directory, int startCodePoint) 从 SVG 目录构建 TTF 并写入文件static IconFontIconFontIO.writeTtfFromSvgJson(Path output, IconFontOptions options, Path jsonFile, int startCodePoint) 从name -> pathDataJSON 对象构建 TTF 并写入文件