summaryrefslogtreecommitdiff
path: root/src/lib/font.cc
AgeCommit message (Collapse)Author
2025-01-25White space: film.{cc,h} font.{cc,h}Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington
2023-05-12Allow copy-construction of Font.Carl Hetherington
2023-04-19Wrap path/data in a struct.Carl Hetherington
2022-06-07Rearrange subtitle font management.Carl Hetherington
With this change each subtitle coming out of the player has a reference to a dcpomatic::Font that belongs to the TextContent. This hopefully solves a few problems which all basically stemmed from the fact that previously the decoders/player were deciding what the font ID in the output DCP would be - they can't do that properly.
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2020-07-26Ignore libxml++ warnings in a nicer way.Carl Hetherington
2019-05-10Put Font and Screen into dcpomatic namespace.Carl Hetherington
2019-01-27Remove specification of italic/bold fonts (#1451); synthesis will be used ↵v2.13.110Carl Hetherington
instead.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-02Fix incorrect preview of italic subtitles (#728).Carl Hetherington
This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-09Hide Font members behind accessors.Carl Hetherington
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-12-20Basic pass-through of font information when using DCP subtitles.Carl Hetherington
2014-12-16Save and load subtitle font details.Carl Hetherington