Specifies the unit of measure for Font objects.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public enum FontUnit |
Visual Basic |
---|
Public Enumeration FontUnit |
Visual C++ |
---|
public enum class FontUnit |
Members
Member name | Value | Description | |
---|---|---|---|
Inch | 0 | Specifies the inch as the unit of measure. | |
Millimeter | 1 | Specifies the millimeter as the unit of measure. | |
Pixel | 2 | Specifies the pixel as the unit of measure. | |
Point | 3 | Specifies the point (1/72 inch) as the unit of measure. |