<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Oh, never thought about the order of packages in the update map. This is too much complexity. ðŸ¤¯ Thanks for the clarification!</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Freitag, 8. April 2022 09:47:57<br>
<b>An:</b> squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Trunk: System-mt.1302.mcz</font>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
If with "this" you are referring to the postscript, it had the better position in the update map. I did not want to fiddle around with the current order.
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
<p style="color: #AAAAAA; margin-top: 10px;">Am 05.04.2022 18:45:49 schrieb christoph.thiede@student.hpi.uni-potsdam.de <christoph.thiede@student.hpi.uni-potsdam.de>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">Hi Marcel,<br>
<br>
just out of curiosity, why did you push this to the Systems package? Is this to avoid any dependency between TrueType/Graphics? :-)<br>
<br>
Best,<br>
Christoph<br>
<br>
<span style="color: #808080">---<br>
</span><span style="color: #808080"><i>Sent from </i></span><span style="color: #808080"><i><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><u><font color="#808080">Squeak Inbox Talk</font></u></a></i></span><br>
<br>
On 2022-02-05T15:08:52+00:00, commits@source.squeak.org wrote:<br>
<br>
> Marcel Taeumel uploaded a new version of System to project The Trunk:<br>
> http://source.squeak.org/trunk/System-mt.1302.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: System-mt.1302<br>
> Author: mt<br>
> Time: 5 February 2022, 4:08:47.918491 pm<br>
> UUID: 947ea0f6-19a2-1147-aefe-55f0b773544b<br>
> Ancestors: System-mt.1301<br>
> <br>
> Tweaks Accujen point size. Resets recommended #extraScale for our BitstreamVera fonts, optimized for 75% to 150% scale factor. Update all texts to use the recommended #extraGap in each TrueType font.<br>
> <br>
> Note that you can adjust #extraScale and #extraGap in each TrueType font family via Help > Font Size Summary or About Squeak > Image Fonts. Also see #chooseExtraScale and #chooseExtraGap.<br>
> <br>
> =============== Diff against System-mt.1301 ===============<br>
> <br>
> Item was changed:<br>
> + (PackageInfo named: 'System') postscript: '"Fixes Accujen point sizes."<br>
> + (TextStyle named: #Accujen) ifNotNil: [:style |<br>
> +     (style fontArray at: 2) pointSize: 9.5.<br>
> +     (style fontArray at: 3) pointSize: 11.0].<br>
> - (PackageInfo named: 'System') postscript: '"Add missing sTypo values for our Bitstream Vera fonts."<br>
> - TTFontDescription allInstancesDo: [:ea | (ea familyName beginsWith: ''Bitstream Vera'')<br>
> -     ifTrue: [ea setTypographicAscender: 1556 descender: -492 lineGap: 410 ]].<br>
> <br>
> + "Reset extraScale for BitstreamVera fonts."<br>
> + TTCFont allSubInstancesDo: [:ea | | tt | ((tt := ea ttcDescription) familyName beginsWith: ''Bitstream Vera'') ifTrue: [tt instVarNamed: #extraScale put: nil]].<br>
> + <br>
> + "Update #leading in all text styles using the default font''s #lineGap. Also remove all cached glyphs. Supports #extraGap now."<br>
> - "Update #leading in all text styles using the default font''s #lineGap. Also remove all cached glyphs."<br>
> AbstractFont allSubInstancesDo: [ :font | font pixelsPerInchChanged ].<br>
> TextStyle allInstancesDo: [ :style | style pixelsPerInchChanged ].<br>
> + '!<br>
> - <br>
> - "Fix default font sizes in existing text styles according to the current UserInterfaceTheme."<br>
> - UserInterfaceTheme current installSystemFont: TextStyle defaultFont.'!<br>
> <br>
> </div>
</blockquote>
</div>
</div>
</body>
</html>