Class juce.Font
Font.
Is a pointer to a JUCE Font. Can be used by juce.Graphics for text operations.
Constructors
juce.Font (typefaceName, fontHeight[, styleFlags=0[, hinted=false]]) | Constuctor. |
Tables
juce.Font.styles | Font styles. |
Constructors
- juce.Font (typefaceName, fontHeight[, styleFlags=0[, hinted=false]])
-
Constuctor.
Caveat : on OSX and Linux, hinting only works for protoplug's
built-in hinted fonts (
DejaVu Sans Mono
andSource Code Pro
). On Windows it's available for every font. Cross-platform hinting is on the be todo list.Parameters: