Programmatic Check For Monospace Font?

조회 수: 1 (최근 30일)
Tom
Tom 2011년 10월 9일
I'm looking for a method to programmatically check if the console font in use is a monospace font. I want to print a warning that my script's ouput may not look correct if a monospace font is not in use. Can this be done?

채택된 답변

Malcolm Lidierth
Malcolm Lidierth 2011년 10월 9일
listeners=com.mathworks.mde.cmdwin.CmdWinDocument.getInstance().getDocumentListeners();
listeners(3).getFont()
  댓글 수: 2
Tom
Tom 2011년 10월 9일
Your solution didn't quite work for me, but led me to find a viable answer. I decided to simply force the font to be Monospaced at the top of my script, as shown below. Thanks for the link!
com.mathworks.services.Prefs.setFontPref('CommandWindow',java.awt.Font('Monospaced',java.awt.Font.PLAIN))
Walter Roberson
Walter Roberson 2011년 10월 9일
Some day I'll have to figure out what the difference is between .services and .mlservices and .mde and ....

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 10월 9일
I do not see one at the moment, but if a way exists it might be found under com.mathworks.mlservices

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by