System::Drawing::Font::GetHeight 메서드

Font::GetHeight(const SharedPtr<Graphics>&) method

지정된 Graphics 객체의 현재 단위에서 현재 객체가 나타내는 글꼴의 행 간격을 반환합니다.

float System::Drawing::Font::GetHeight(const SharedPtr<Graphics> &graphics)
매개변수형식설명
graphicsconst SharedPtr<Graphics>&측정 단위를 지정하는 Graphics 객체

또 보기

Font::GetHeight(float) method

지정된 수직 해상도를 가진 디스플레이 장치에 그려질 때, 현재 객체가 나타내는 글꼴의 높이를 반환합니다.

float System::Drawing::Font::GetHeight(float dpi=DEFAULT_FONT_OPERATIONS_DPI)
매개변수형식설명
dpifloat디스플레이 장치의 수직 해상도

ReturnValue

픽셀 단위의 글꼴 높이

또 보기