Class FontInfo
java.lang.Object
com.imyeyu.font.icon.model.FontInfo
-
Constructor Summary
ConstructorsConstructorDescriptionFontInfo(FontMetadata metadata, FontMetrics metrics, List<CharacterMapping> characters, List<SvgGlyph> svgGlyphs) 创建字体读取结果 -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetCharacters(List<CharacterMapping> characters) voidsetMetadata(FontMetadata metadata) voidsetMetrics(FontMetrics metrics) voidsetSvgGlyphs(List<SvgGlyph> svgGlyphs) toString()
-
Constructor Details
-
FontInfo
public FontInfo(FontMetadata metadata, FontMetrics metrics, List<CharacterMapping> characters, List<SvgGlyph> svgGlyphs) 创建字体读取结果
-
-
Method Details
-
getMetadata
-
getMetrics
-
getCharacters
-
getSvgGlyphs
-
setMetadata
-
setMetrics
-
setCharacters
-
setSvgGlyphs
-
equals
-
canEqual
-
hashCode
-
toString
-