- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.Glyph
-
- com.github.weisj.jsvg.nodes.text.EmojiGlyph
-
public class EmojiGlyph extends Glyph
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull java.lang.String
codepoint
(package private) java.awt.image.BufferedImage
largeBitmap
-
Constructor Summary
Constructors Constructor Description EmojiGlyph(@NotNull java.lang.String codepoint, float advance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.String
codepoint()
-
Methods inherited from class com.github.weisj.jsvg.nodes.text.Glyph
advance, glyphOutline, isRendered
-
-