|
NanScaleBar.SetFontSize Method
|
글씨 크기(FontCount, 고정크기)를 설정한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic void SetFontSize(
double fontCount,
double realFontSize,
double wpp
)
Parameters
- fontCount Double
- [In] 글씨 크기(고정크기)
- realFontSize Double
- [In] 실제 RichEditCtrl 에 적용되는 글씨 크기
- wpp Double
- [In] 해상도(World per pixel)
See Also