Overload | Description |
---|---|
NFont Constructor() | Default constructor. |
NFont Constructor(NFont) | Copy constructor. |
NFont Constructor(String) | Creates a font style with the specified font name. |
NFont Constructor(String,Double) | Creates a font style with the specified name and em size. |
NFont Constructor(String,Double,ENFontStyle) | Creates a font style from the specified name, em size and fontStyle. |
NFont Constructor(String,Double,ENFontStyle,ENFontRasterizationMode) | Creates a font style from the specified name, em size, fontStyle and rasterization mode. |