Skip to content

Commit

Permalink
Minor doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgWoehl committed Apr 22, 2021
1 parent e30663b commit 67a74b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Purpose

Graphical user interfaces developed with MATLAB often lack the look and feel of native applications, which is in part due to the fact that they do not use the user interface font of the operating system on which they are running. **getOSfont** resolves this issue by returning the name and size of the system UI font for a variety of platforms and OS versions, including all platforms officially supported by R2014b and later.
Graphical user interfaces developed with MATLAB often lack the look and feel of native applications, which is in part due to the fact that they do not use the user interface font of the operating system on which they are running. **getOSfont** resolves this issue by returning the name and size of the system UI font for a variety of platforms and OS versions, including all platforms officially supported by R2014b and above.

## Usage

Expand Down Expand Up @@ -46,7 +46,7 @@ end

## Requirements

**detectOS** and **getOSfont** run on MATLAB R2013a or later.
**getOSfont** runs on MATLAB R2013a or above.

## Feedback

Expand Down

0 comments on commit 67a74b9

Please sign in to comment.