﻿# TextStyle
Represents a text style of a text

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**font_size** | **double** | Gets or sets font size of the text. | 
**font** | **string** | Gets or sets font of the text. | [optional]
**foreground_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets foreground color of the text. | [optional]
**background_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Sets background color of the text. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/TextStyle.php)

