The TextRenderer seem to only have two kinds of weight(Bold and non-Bold). There is nothing change between Thin and ExtraLight,Light,SemiLight...How to use that function ?
Announcement
Collapse
No announcement yet.
TextRenderer font weight
Collapse
X
-
This really depends on font that you are trying to use and whether it has the appropriate weights installed. For instance, on Windows, Segoe UI has Light, SemiLight, Normal, SemiBold, Bold and Heavy weights. Most older Windows fonts come only in Normal and Bold versions.
On Linux/FreeBSD it's similar situation, although Pango backend, which Afterwarp uses, may simulate other weights.
Comment