This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ios, macos] override style spec documentation
- Loading branch information
Showing
7 changed files
with
71 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"layout_symbol": { | ||
"icon-text-fit-padding": { | ||
"doc": "Size of the additional area added to dimensions determined by `icon-text-fit`." | ||
}, | ||
"icon-offset": { | ||
"doc": "Offset distance of icon from its anchor." | ||
}, | ||
"text-offset": { | ||
"doc": "Offset distance of text from its anchor." | ||
}, | ||
"text-transform": { | ||
"doc": "Specifies how to capitalize text." | ||
} | ||
}, | ||
"paint_background": { | ||
"background-pattern": { | ||
"doc": "Name of image in style images to use for drawing an image background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512)." | ||
} | ||
}, | ||
"paint_fill": { | ||
"fill-pattern": { | ||
"doc": "Name of image in style images to use for drawing image fills. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512)." | ||
} | ||
}, | ||
"paint_line": { | ||
"line-pattern": { | ||
"doc": "Name of image in style images to use for drawing image lines. For seamless patterns, image width must be a factor of two (2, 4, 8, ..., 512)." | ||
}, | ||
"line-translate": { | ||
"doc": "The geometry's offset." | ||
} | ||
}, | ||
"paint_circle": { | ||
"circle-translate": { | ||
"doc": "The geometry's offset." | ||
} | ||
}, | ||
"paint_fill": { | ||
"fill-translate": { | ||
"doc": "The geometry's offset." | ||
}, | ||
"fill-color": { | ||
"doc": "The color of the filled part of this layer." | ||
} | ||
}, | ||
"paint_symbol": { | ||
"icon-translate": { | ||
"doc": "Distance that the icon's anchor is moved from its original placement." | ||
}, | ||
"text-translate": { | ||
"doc": "Distance that the text's anchor is moved from its original placement." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters