Sha256: b4f9a8ef74aa7e868f740dfe8d712a98c40555960ecebcd844bde7ebae9abb81
Contents?: true
Size: 681 Bytes
Versions: 7
Compression:
Stored size: 681 Bytes
Contents
# OpenapiClient::FontProperties ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **font_face** | [**FontFace**](FontFace.md) | | [optional] **font_size** | **String** | Font size property. | [optional] **font_weight** | [**FontWeight**](FontWeight.md) | | [optional] **font_color** | **String** | Hexadecimal color value. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::FontProperties.new(font_face: null, font_size: xx-small, font_weight: null, font_color: #FFEE00) ```
Version data entries
7 entries across 7 versions & 1 rubygems