<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/render_text.cc, branch split</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=split</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=split'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2023-12-05T00:59:44Z</updated>
<entry>
<title>Account for split branch in libdcp.</title>
<updated>2023-12-05T00:59:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-12-05T00:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=751379da4be48f9b911a91cf17686330dd999d0c'/>
<id>urn:sha1:751379da4be48f9b911a91cf17686330dd999d0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore newlines in subtitle text (#2341).</title>
<updated>2023-09-03T18:43:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-16T22:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=11a47a4544f77a47b508e4cf1983aca7d5b6cd2a'/>
<id>urn:sha1:11a47a4544f77a47b508e4cf1983aca7d5b6cd2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix vertical alignment of subtitles in some cases (#2569).</title>
<updated>2023-08-29T16:34:06Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-26T18:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a47d2f667eab2abc29c9a10a3476d0d830056062'/>
<id>urn:sha1:a47d2f667eab2abc29c9a10a3476d0d830056062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect horizontal positions when different HPositions are used with one VPosition.</title>
<updated>2023-08-29T16:29:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-26T17:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a2507e28a631ee68b0ba898b4fc0c22bbaa2eef2'/>
<id>urn:sha1:a2507e28a631ee68b0ba898b4fc0c22bbaa2eef2</id>
<content type='text'>
Previously if HPosition changed we would still use a single "line" (i.e. Pango layout)
for all the text, meaning that HPosition would not be respected.
</content>
</entry>
<entry>
<title>Cleanup: use some more vector instead of list.</title>
<updated>2023-08-29T16:28:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-26T12:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c7f45cd00b94393f6e15428a2ea256995f890412'/>
<id>urn:sha1:c7f45cd00b94393f6e15428a2ea256995f890412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: whitespace fix.</title>
<updated>2023-06-09T21:22:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-06-09T21:22:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bf826379157a6f31e4b0a1d7fc35d2602a62476a'/>
<id>urn:sha1:bf826379157a6f31e4b0a1d7fc35d2602a62476a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix subtitle font handling with in-memory fonts from SMPTE (#2509).</title>
<updated>2023-04-09T15:23:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-07T23:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=1c73379ed8483dcf71c5ccfc459c2c22516a9aef'/>
<id>urn:sha1:1c73379ed8483dcf71c5ccfc459c2c22516a9aef</id>
<content type='text'>
Previously we would fail to make a font available if it came from
a SMPTE MXF.  In that case we have a memory buffer containing the
TTF/OTF file but no file; here we add a hack/workaround so that
in-memory font files can be used by FontConfig.
</content>
</entry>
<entry>
<title>Add override_standard to bounding_box().</title>
<updated>2023-02-27T13:47:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-21T22:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=45204e57f309bc595841975f7769037e43a0831f'/>
<id>urn:sha1:45204e57f309bc595841975f7769037e43a0831f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: pass required things int {x,y}_position instead of a whole StringText.</title>
<updated>2023-02-27T13:47:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-21T12:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=41467ebb0c8f1eef514b49be5fc9a042aa43cb8b'/>
<id>urn:sha1:41467ebb0c8f1eef514b49be5fc9a042aa43cb8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bounding_box().</title>
<updated>2023-02-27T13:47:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-20T22:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=eef23108ceb07b56cde9f0393aeaca5b429444e6'/>
<id>urn:sha1:eef23108ceb07b56cde9f0393aeaca5b429444e6</id>
<content type='text'>
</content>
</entry>
</feed>
