PrintDocumentBasicFont Property
Gets or sets the text font.
Default font is: [Font: Name=Arial, Size=10, Units=3, GdiCharSet=1, GdiVerticalFont=False]
Namespace: DevCase.Core.IO.Devices.PrinterAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Font Font { get; set; }
Public Property Font As Font
Get
Set
Dim instance As PrintDocumentBasic
Dim value As Font
value = instance.Font
instance.Font = value
public:
property Font^ Font {
Font^ get ();
void set (Font^ value);
}
member Font : Font with get, set
No code example is currently available or this language may not be supported.
Property Value
Font
The text font.