UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IFont.FontSizeUnitsEnum Class Reference

Select the font size units for font resizing. More...

Inheritance diagram for LabelMaker.Interfaces.IFont.FontSizeUnitsEnum:

Static Public Attributes

int RULER = 0
 
int POINTS = 1
 
int PERCENT = 2
 

Detailed Description

Select the font size units for font resizing.

  • Ruler: Use the units of the ruler.
  • Points: Use font point. 1 point = 1/72 inch (~0.35 mm).
  • Percent: 0-100 percent expansion/multiplier scaling. 0 or 1 specifies standard font, no scaling. 100% for maximum expansion/multiplier.

Member Data Documentation

◆ PERCENT

int LabelMaker.Interfaces.IFont.FontSizeUnitsEnum.PERCENT = 2
static

◆ POINTS

int LabelMaker.Interfaces.IFont.FontSizeUnitsEnum.POINTS = 1
static

◆ RULER

int LabelMaker.Interfaces.IFont.FontSizeUnitsEnum.RULER = 0
static

The documentation for this class was generated from the following file: