Package com.airbnb.lottie.model
Class FontCharacter
- java.lang.Object
-
- com.airbnb.lottie.model.FontCharacter
-
public class FontCharacter extends Object
-
-
Constructor Summary
Constructors Constructor Description FontCharacter(List<ShapeGroup> shapes, char character, double size, double width, String style, String fontFamily)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ShapeGroup>getShapes()doublegetWidth()inthashCode()static inthashFor(char character, String fontFamily, String style)
-
-
-
Constructor Detail
-
FontCharacter
public FontCharacter(List<ShapeGroup> shapes, char character, double size, double width, String style, String fontFamily)
-
-