Uses of Class
com.imyeyu.font.icon.model.SvgGlyph
Packages that use SvgGlyph
-
Uses of SvgGlyph in com.imyeyu.font.icon.format
Methods in com.imyeyu.font.icon.format that return types with arguments of type SvgGlyphModifier and TypeMethodDescriptionIconFontIO.readSvgGlyphs(Path path) 读取 TTF 文件并导出 SVG 字形IconFontIO.writeSvgDirectory(Path ttf, Path directory) 读取 TTF 文件并将 SVG path 字形导出到目录IconFontIO.writeSvgJson(Path ttf, Path jsonFile) 读取 TTF 文件并将 SVG path 字形导出到name -> pathDataJSON 对象Method parameters in com.imyeyu.font.icon.format with type arguments of type SvgGlyphModifier and TypeMethodDescriptionIconFontFormats.toSvgPathMap(List<SvgGlyph> glyphs) 转换为name -> pathData映射static voidIconFontFormats.writeSvgDirectory(Path directory, List<SvgGlyph> glyphs) 将 TTF 导出的 SVG path 写入目录,每个*.svg文件内容为 pathDatastatic voidIconFontFormats.writeSvgJson(Path jsonFile, List<SvgGlyph> glyphs) 将 TTF 导出的 SVG path 写入name -> pathDataJSON 对象 -
Uses of SvgGlyph in com.imyeyu.font.icon.model
Methods in com.imyeyu.font.icon.model that return types with arguments of type SvgGlyphMethod parameters in com.imyeyu.font.icon.model with type arguments of type SvgGlyph -
Uses of SvgGlyph in com.imyeyu.font.icon.ttf
Methods in com.imyeyu.font.icon.ttf that return types with arguments of type SvgGlyphModifier and TypeMethodDescriptionTtfIconFontReader.readSvgGlyphs(byte[] ttf) 将 TTF 字体导出为 SVG 字形列表