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

Version Path
first_data_gateway-1.10.0 docs/FontProperties.md
first_data_gateway-1.9.0 docs/FontProperties.md
first_data_gateway-1.8.1 docs/FontProperties.md
first_data_gateway-1.8.0 docs/FontProperties.md
first_data_gateway-1.7.1 docs/FontProperties.md
first_data_gateway-1.7.0 docs/FontProperties.md
first_data_gateway-1.6.0 docs/FontProperties.md