CMFontStyle
public class CMFontStyle : JSONableThe font label style. Customize text font.
Copyright © 2017 Nexusgeographics All rights reserved.
See also
CMLabelStyle- 
                  
                  The enum Weight. See moreDeclarationSwift public enum Weight : String
- 
                  
                  The enum Transform. See moreDeclarationSwift public enum Transform : String
- 
                  
                  The enum text Style. See moreDeclarationSwift public enum Style : String
- 
                  
                  The font-family of the label. Default is Helvetica. DeclarationSwift public var family : String?
- 
                  
                  The text size in pixels. Example:CMFontStyle.size = "16px"DeclarationSwift public var size : String?
- 
                  
                  The text Style. Currently supports only italic.DeclarationSwift public var style : Style?
- 
                  
                  The text weight DeclarationSwift public var weight : Weight?
- 
                  
                  The text color filled. Example:CMFontStyle.fill = "#ff0000"Color format:Named colors: red, blue, salmon, rebeccapurple Hex colors: "#fff", "#000", "#9CE6E5" RGB colors: "rgb(255, 190, 0)" RGBA colors**: "rgb(255, 190, 0, .5)" HSL colors: "hsl(180, 100%, 100%)" HSL colors**: "hsla(180, 100%, 100%, 50%)"**Currently, alpha values are ignored in the add and multiply blend modes, and respected in the inlay and overlay modes. For more on this, see the blend entry. DeclarationSwift public var fill : String?
- 
                  
                  The stroke color and width of the label. DeclarationSwift public var stroke : CMStroke?
- 
                  
                  Text transform style DeclarationSwift public var transform : Transform?
- 
                  
                  Undocumented DeclarationSwift public class CMFontStyle : JSONable
- 
                  
                  Undocumented DeclarationSwift public class CMFontStyle : JSONable
- 
                  
                  Undocumented DeclarationSwift public class CMFontStyle : JSONable
 CMFontStyle Class Reference
        CMFontStyle Class Reference