Uses of Class
com.imyeyu.font.icon.model.IconFontOptions
Packages that use IconFontOptions
Package
Description
-
Uses of IconFontOptions in com.imyeyu.font.icon
Methods in com.imyeyu.font.icon with parameters of type IconFontOptionsModifier and TypeMethodDescriptionstatic byte[]IconFontBuilder.build(IconFontOptions options, Collection<IconGlyph> icons) 使用指定配置构建 TTF 字体字节static byte[]IconFontBuilder.build(IconFontOptions options, Map<String, String> svgPaths, int startCodePoint) 使用指定配置和起始 Unicode 码点,从name -> pathData映射构建 TTF 字体字节static IconFontIconFontBuilder.buildFont(IconFontOptions options, Collection<IconGlyph> icons) 使用指定配置构建完整字体结果static IconFontIconFontBuilder.buildFont(IconFontOptions options, Map<String, String> svgPaths, int startCodePoint) 使用指定配置和起始 Unicode 码点,从name -> pathData映射构建完整字体结果 -
Uses of IconFontOptions in com.imyeyu.font.icon.format
Methods in com.imyeyu.font.icon.format with parameters of type IconFontOptionsModifier 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 并写入文件 -
Uses of IconFontOptions in com.imyeyu.font.icon.model
Methods in com.imyeyu.font.icon.model that return IconFontOptionsModifier and TypeMethodDescriptionstatic IconFontOptionsIconFontOptions.defaults()返回默认构建配置static IconFontOptions返回使用指定字体族的默认构建配置IconFontOptions.withAlignment(GlyphAlignment horizontalAlignment, GlyphAlignment verticalAlignment) 返回替换对齐模式后的构建配置IconFontOptions.withMetadata(FontMetadata metadata) 返回替换元数据后的构建配置IconFontOptions.withSnapOffsetToGrid(boolean snapOffsetToGrid) 返回替换偏移吸附模式后的构建配置IconFontOptions.withSourceBounds(int sourceX, int sourceY, int sourceWidth, int sourceHeight) 返回替换源 SVG 画布后的构建配置 -
Uses of IconFontOptions in com.imyeyu.font.icon.svg
Methods in com.imyeyu.font.icon.svg with parameters of type IconFontOptionsModifier and TypeMethodDescriptionstatic List<List<GlyphPoint>> GlyphNormalizer.normalize(List<List<GlyphPoint>> contours, IconFontOptions options) -
Uses of IconFontOptions in com.imyeyu.font.icon.ttf
Constructors in com.imyeyu.font.icon.ttf with parameters of type IconFontOptions