System::Drawing::Font::GetHeight 메서드
Font::GetHeight(const SharedPtr<Graphics>&) method
지정된 Graphics 객체의 현재 단위에서 현재 객체가 나타내는 글꼴의 행 간격을 반환합니다.
float System::Drawing::Font::GetHeight(const SharedPtr<Graphics> &graphics)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| graphics | const SharedPtr<Graphics>& | 측정 단위를 지정하는 Graphics 객체 |
또 보기
- Typedef SharedPtr
- Class Graphics
- Class Font
- Namespace System::Drawing
- Library Aspose.Page for C++
Font::GetHeight(float) method
지정된 수직 해상도를 가진 디스플레이 장치에 그려질 때, 현재 객체가 나타내는 글꼴의 높이를 반환합니다.
float System::Drawing::Font::GetHeight(float dpi=DEFAULT_FONT_OPERATIONS_DPI)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| dpi | float | 디스플레이 장치의 수직 해상도 |
ReturnValue
픽셀 단위의 글꼴 높이
또 보기
- Class Font
- Namespace System::Drawing
- Library Aspose.Page for C++