현재 우분투 18 환경에 qhd 모니터를 사용하고 있습니다. qt로 프로그래밍을 하기 위해 qt creator를 설치해서 하는데 글자가 너무 작게 보여서 고민입니다 인터넷에서 찾아봤는데도 잘 나오지 않아서 이렇게 질문 드립니다 ㅠㅠ
구글에서 qt dpi / qt font 로 검색
운영체제. 모니터. 프로그램. 모두 각각 따로따로 DPI / 해상도 / 색상표 / 폰트 가 있습니다.
- GTK /etc/fonts/local.conf /etc/fonts/conf.d - Font - DPI - Scale 크기 변환 - 좌표변환 / 시점변환 - 모니터 디스플레이 해상도 프로그램 해상도 (렌더링 방식) 운영체제 그래픽 카드 해상도
High DPI Displayshttp://doc.qt.io/qt-5/highdpi.html
Changing DPI scaling size of display make Qt application's font size get rendered biggerhttps://stackoverflow.com/questions/20464814/changing-dpi-scaling-size-of-display-make-qt-applications-font-size-get-rendere
Different approaches of tackling high DPI issues for Qt and OpenSceneGraph/OpenGL applicationshttps://vicrucann.github.io/tutorials/osg-qt-high-dpi/
[Development] Cross-platform high-DPI Qt tech previewhttp://lists.qt-project.org/pipermail/development/2015-June/021631.html
Thread: Question about screen resolution, dpi and font sizehttp://www.qtcentre.org/threads/65769-Question-about-screen-resolution-dpi-and-font-size
SOLVED Where does Qt get the default application font?https://forum.qt.io/topic/86872/where-does-qt-get-the-default-application-font
[Qt4] "맑은 고딕" 폰트 사용하기http://linuxspot.tistory.com/132
UNSOLVED Qt Designer on high DPI screenshttps://forum.qt.io/topic/77740/qt-designer-on-high-dpi-screens/3
QT5 apps don't obey normal Linux fontconfig ruleshttps://bugreports.qt.io/browse/QTBUG-48632
QtWS15- How to Develop with Qt for Multiple Screen Resolutions and Increase, Christian Feldbacherhttps://www.youtube.com/watch?v=nNyhsdX6BsI
Windows 7 in 7: High DPI Awareness in Windows 7https://www.youtube.com/watch?v=XGxqY1KRlOA
Qt for Mobile x-platform Developmenthttps://ekkescorner.wordpress.com/2016/03/24/qt-for-mobile-x-platform-development/
UI Scalabilityhttps://www.youtube.com/watch?v=LxITYcdWhuo
---------------------------------------------------------------------------- 젊음'은 모든것을 가능하게 만든다.
매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다. 정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.
각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com
https://wiki.archlinux.org/index.php/HiDPI#Qt_5
우분투 기본 그놈이라면 저 환경 변수가 제대로 설정이 안 되어 있을 수도 있습니다.
Qt가 설치된 폴더 안의 bin 폴더 안에 qtcreater.sh 이라는 스크립트 파일이 있습니다. 그것을 vim 으로 열어서 안에 export QT_SCALE_FACTOR=1 export QT_AUTO_SCREEN_SCALE_FACTOR=0 export QT_SCREEN_SCALE_FACTORS=2 을 추가하고 qtcreator 대신 qtcreater.sh을 실행하면 잘 나왔습니다. 개인 컴퓨터 스펙에 따라 위에 수치는 조절해주시면 됩니다
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
참고해보세요.
구글에서 qt dpi / qt font 로 검색
운영체제. 모니터. 프로그램. 모두 각각 따로따로 DPI / 해상도 / 색상표 / 폰트 가 있습니다.
- GTK
/etc/fonts/local.conf
/etc/fonts/conf.d
- Font
- DPI
- Scale 크기 변환
- 좌표변환 / 시점변환
-
모니터 디스플레이 해상도
프로그램 해상도 (렌더링 방식)
운영체제 그래픽 카드 해상도
High DPI Displays
http://doc.qt.io/qt-5/highdpi.html
Changing DPI scaling size of display make Qt application's font size get rendered bigger
https://stackoverflow.com/questions/20464814/changing-dpi-scaling-size-of-display-make-qt-applications-font-size-get-rendere
Different approaches of tackling high DPI issues for Qt and OpenSceneGraph/OpenGL applications
https://vicrucann.github.io/tutorials/osg-qt-high-dpi/
[Development] Cross-platform high-DPI Qt tech preview
http://lists.qt-project.org/pipermail/development/2015-June/021631.html
Thread: Question about screen resolution, dpi and font size
http://www.qtcentre.org/threads/65769-Question-about-screen-resolution-dpi-and-font-size
SOLVED Where does Qt get the default application font?
https://forum.qt.io/topic/86872/where-does-qt-get-the-default-application-font
[Qt4] "맑은 고딕" 폰트 사용하기
http://linuxspot.tistory.com/132
UNSOLVED Qt Designer on high DPI screens
https://forum.qt.io/topic/77740/qt-designer-on-high-dpi-screens/3
QT5 apps don't obey normal Linux fontconfig rules
https://bugreports.qt.io/browse/QTBUG-48632
QtWS15- How to Develop with Qt for Multiple Screen Resolutions and Increase, Christian Feldbacher
https://www.youtube.com/watch?v=nNyhsdX6BsI
Windows 7 in 7: High DPI Awareness in Windows 7
https://www.youtube.com/watch?v=XGxqY1KRlOA
Qt for Mobile x-platform Development
https://ekkescorner.wordpress.com/2016/03/24/qt-for-mobile-x-platform-development/
UI Scalability
https://www.youtube.com/watch?v=LxITYcdWhuo
----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.
매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.
각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com
https://wiki.archlinux.org
https://wiki.archlinux.org/index.php/HiDPI#Qt_5
우분투 기본 그놈이라면 저 환경 변수가 제대로 설정이 안 되어 있을 수도 있습니다.
문제 해결했습니다
Qt가 설치된 폴더 안의 bin 폴더 안에 qtcreater.sh 이라는 스크립트 파일이 있습니다.
그것을 vim 으로 열어서 안에
export QT_SCALE_FACTOR=1
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=2
을 추가하고 qtcreator 대신 qtcreater.sh을 실행하면 잘 나왔습니다. 개인 컴퓨터 스펙에 따라 위에 수치는 조절해주시면 됩니다
댓글 달기