Class PrintFont
Настройки шрифта.
Inheritance
System.Object
PrintFont
Namespace:InfinniPlatform.PrintView
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintFont : object
Remarks
Предполагается поддержка только OpenType шрифтов.
Properties
| Improve this Doc View SourceFamily
Семейство шрифта.
Declaration
public string Family { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Размер шрифта.
Declaration
public double ? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
SizeUnit
Единица измерения размера шрифта.
Declaration
public PrintSizeUnit? SizeUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintSizeUnit> |
Stretch
Степень растягивания шрифта по горизонтали.
Declaration
public PrintFontStretch? Stretch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintFontStretch> |
Style
Стиль шрифта.
Declaration
public PrintFontStyle? Style { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintFontStyle> |
Variant
Вертикальное выравнивание шрифта.
Declaration
public PrintFontVariant? Variant { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintFontVariant> |
Weight
Насыщенность шрифта.
Declaration
public PrintFontWeight? Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintFontWeight> |