<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/render_text.cc, branch v2.15.134</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.134</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.15.134'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-01-21T19:15:14Z</updated>
<entry>
<title>Adapt for libdcp use of enum class.</title>
<updated>2021-01-21T19:15:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-21T01:44:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=28111007e2e6fd62f5810be780706ae1618bd33f'/>
<id>urn:sha1:28111007e2e6fd62f5810be780706ae1618bd33f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BOOST_FOREACH.</title>
<updated>2021-01-07T22:27:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-04T20:32:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a5d004b0773f633401528392fc28e66d70e13ac8'/>
<id>urn:sha1:a5d004b0773f633401528392fc28e66d70e13ac8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std::shared_ptr</title>
<updated>2021-01-07T21:48:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-04T20:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26'/>
<id>urn:sha1:dd9be86db6cde0afa5da0d1d1ac43b42e05dca26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check that pango/cairo stuff is created successfully.</title>
<updated>2021-01-04T09:48:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-01-02T15:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a65a6d26cf5bf673f1bf1fb105f4ca0f8bf38b9c'/>
<id>urn:sha1:a65a6d26cf5bf673f1bf1fb105f4ca0f8bf38b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix thinko-ed logic causing all subtitles to be treated as though</title>
<updated>2020-11-16T00:40:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-11-09T00:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=126ba9aada95a3dc103d6babce396e5251640d82'/>
<id>urn:sha1:126ba9aada95a3dc103d6babce396e5251640d82</id>
<content type='text'>
they have borders.  This fix will cause some movement of border-less
subtitles (in existing projects) within the video frame.
</content>
</entry>
<entry>
<title>Make use of default_font_file().</title>
<updated>2020-10-12T15:33:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-29T20:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a839df0d13e463d833f43ed420e8cfd9dda94dff'/>
<id>urn:sha1:a839df0d13e463d833f43ed420e8cfd9dda94dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Go back to add_to_cairo_context rather than show_in_cairo_context.</title>
<updated>2020-09-27T20:50:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-27T20:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=72c3a5f0f32f553a1f8abee2494f31d29b976383'/>
<id>urn:sha1:72c3a5f0f32f553a1f8abee2494f31d29b976383</id>
<content type='text'>
On Linux, at least, doing

add_to_cairo_context()
fill()
add_to_cairo_context()
stroke()

gives a nicer output than

show_in_cairo_context()

It's not clear exactly what the difference is, but the anti aliasing
looks better and the font outlines basically look smoother.

May help with #1815.
</content>
</entry>
<entry>
<title>Rename shared_path -&gt; resources_path.</title>
<updated>2020-09-14T11:09:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-09-14T11:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e3c78ffdb5e562841e86e6f59a20494159c44de7'/>
<id>urn:sha1:e3c78ffdb5e562841e86e6f59a20494159c44de7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix slightly chopped-off subtitles when there are borders.</title>
<updated>2020-08-03T21:08:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-08-03T21:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f015ab05e025348dbc5fafd98da63fe354ee878c'/>
<id>urn:sha1:f015ab05e025348dbc5fafd98da63fe354ee878c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various OSX warnings fixes.</title>
<updated>2020-07-26T19:30:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-07-26T19:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6eba051dcbb8c56e3e2efea946ce0380d17a7b33'/>
<id>urn:sha1:6eba051dcbb8c56e3e2efea946ce0380d17a7b33</id>
<content type='text'>
</content>
</entry>
</feed>
