Remove reference to oblique
We removed this value from the engine because it's not useful.
This commit is contained in:
parent
7064551a45
commit
6d78b0501a
@ -183,7 +183,6 @@ class TextStyle {
|
|||||||
cssStyle['font-style'] = const {
|
cssStyle['font-style'] = const {
|
||||||
FontStyle.normal: 'normal',
|
FontStyle.normal: 'normal',
|
||||||
FontStyle.italic: 'italic',
|
FontStyle.italic: 'italic',
|
||||||
FontStyle.oblique: 'oblique',
|
|
||||||
}[fontStyle];
|
}[fontStyle];
|
||||||
}
|
}
|
||||||
if (decoration != null) {
|
if (decoration != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user