Programmatic Check For Monospace Font?
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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?
0 comentarios
Respuesta aceptada
  Malcolm Lidierth
      
 el 9 de Oct. de 2011
        listeners=com.mathworks.mde.cmdwin.CmdWinDocument.getInstance().getDocumentListeners();
listeners(3).getFont()
2 comentarios
  Walter Roberson
      
      
 el 9 de Oct. de 2011
				Some day I'll have to figure out what the difference is between .services and .mlservices and .mde and ....
Más respuestas (1)
  Walter Roberson
      
      
 el 9 de Oct. de 2011
        I do not see one at the moment, but if a way exists it might be found under com.mathworks.mlservices
0 comentarios
Ver también
Categorías
				Más información sobre Environment and Settings en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!