Alpha | |
Version: | 9.2.3 - "Suhail" |
Last update: | 2021-05-21 14:43:30 |
-font [list name "Monaco" size 10] -font [list name "Menlo-Italic" size 11.0] -font [list name "Arial-BoldItalicMT" size 11.0] -font [list meta system size 14] -font [list meta label]In the last example, the size of the metafont is not specified: in that case, the system decides on a default value which may vary depending on the version of the system and the machine.
name Menlo-Regular size 11From the user's point of view, the selection of a font is completely transparent: a dialog window asks to select a font (and possibly a size and a style) from the Fonts Panel and, once the user presses OK, takes care of retrieving the selected value in the expected format.
Italic | 1 |
Bold | 2 |
Unbold | 4 |
Narrow | 16 |
Expanded | 32 |
Condensed | 64 |
Small Caps | 128 |
Poster | 256 |
Compressed | 512 |
Fixed Size | 1024 |
angle | amount that the font is slanted in degrees counterclockwise from the vertical |
ascender | top y-coordinate, offset from the baseline, of the longest ascender |
boundRect | union of the bounding rectangles of every glyph in the font |
capHeight | height of a capital letter above the baseline |
count | number of glyphs in the font |
descender | bottom y-coordinate, offset from the baseline, of the longest descender |
displayName | name, including family and face, localized for the user's language |
family | family name |
fixed | indicates if the font has fixed size |
leading | leading of the font |
maxAdvance | maximum advancement |
name | name of the font |
rendering | rendering mode |
size | point size of the font |
xHeight | distance between the baseline and the mean line of lower-case letters |
0 | Default |
1 | Antialiased |
2 | Integer Advancements |
3 | Antialiased Integer Advancements |