See other catalogues for
The MathWorks
You may also be interested in
Text version of the page
| | | | | | | | | | |
| | | |
| | | Designing for Cross-Platform Compatibility | | |
| | | |
| | | Using a Specific Font Name You can specify an actual font name (such as Times or Courier) for the FontName property. However, doing so may cause your GUI to appear differently than you intended when run on a different computer. If the target computer does not have the specified font, it substitutes another font that may not look good in your GUI or may not be the standard font used for GUIs on that system. Also, different versions of the same named font may have different size requirements for a given set of characters. | | |
| | | |
| | | Standard Background Color MATLAB software uses the standard system background color of the system on which the GUI is running as the default component background color. This color varies on different computer systems, e.g., the standard shade of gray on the PC differs from that on UNIX® system, and may not match the default GUI background color. You can make the GUI background color match the default component background color. The following statements retrieve the default component background color and assign it to the figure. defaultBackground = get(0,'defaultUicontrolBackgroundColor'); set(figurehandle,'Color',defaultBackground) The figure Color property specifies the figure's background color. | | |
| | | |
| | | 11-63 | | |
| | | |
| | | | | | | | | | |