()
| 14 | @ApiStatus.Internal public final boolean _hidden; |
| 15 | |
| 16 | public String getTag() { |
| 17 | return FourByteTag.toString(_tag); |
| 18 | } |
| 19 | |
| 20 | public FontVariationAxis(String tag, float min, float def, float max, boolean hidden) { |
| 21 | this(FourByteTag.fromString(tag), min, def, max, hidden); |