FontManager3DGetFont Method |
Creates a 3D font for the specified family, size, depth, and style.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FontX3D GetFont(
string fontFamilyName,
double size,
double depth,
FontXStyle style
)
Parameters
- fontFamilyName String
- The font family name.
- size Double
- The font size.
- depth Double
- The extrusion depth.
- style FontXStyle
- The font style.
Return Value
FontX3DThe created 3D font.
See Also