Age | Commit message (Collapse) | Author |
|
Allows to match Windows font size selection by converting font heights
to point sizes using the TrueType tables.
|
|
This allows clients to use the default FreeType2 render mode instead of light.
We really only use light as default because that's what looks best with the
font we use in our GUI right now (which is the same reason why formerly light
was always used in non-monochrome mode).
|
|
|
|
Will be used by WME.
|
|
This uses a helper function because TTFLibrary is internal.
|
|
The charsets used by the translations now need to have a "$(name).cp" file,
which contains an charset index => unicode mapping. Otherwise
create_translations will fail.
|
|
|