mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Css font properties
This commit is contained in:
16
ui/styling/styling.d.ts
vendored
16
ui/styling/styling.d.ts
vendored
@@ -53,6 +53,22 @@
|
||||
*/
|
||||
fontSize: number;
|
||||
|
||||
/**
|
||||
* Gets or sets font-family style property.
|
||||
*/
|
||||
fontFamily: string;
|
||||
|
||||
/**
|
||||
* Gets or sets font-style style property.
|
||||
*/
|
||||
fontStyle: string;
|
||||
|
||||
/**
|
||||
* Gets or sets font-weight style property.
|
||||
*/
|
||||
fontWeight: string;
|
||||
|
||||
|
||||
/**
|
||||
* Gets or sets text-alignment style property.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user