()
| 38 | } |
| 39 | |
| 40 | public FontSlant getSlant() { |
| 41 | return FontSlant._values[(_value >> 24) & 0xFF]; |
| 42 | } |
| 43 | |
| 44 | public FontStyle withSlant(FontSlant slant) { |
| 45 | return new FontStyle(getWeight(), getWidth(), slant); |
no outgoing calls
no test coverage detected