<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>How reliable can such a check be? :o</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Montag, 24. Januar 2022 11:24:58<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Graphics-mt.466.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of Graphics to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Graphics-mt.466.mcz">http://source.squeak.org/trunk/Graphics-mt.466.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Graphics-mt.466<br>
Author: mt<br>
Time: 24 January 2022, 11:24:34.965852 am<br>
UUID: d9911a4f-0e24-cc42-9144-457e9ff9960e<br>
Ancestors: Graphics-mt.465<br>
<br>
Adds a query to check whether a font has fixed-width glyphs. User terminology similar to TextStyle class >> #defaultFixed.<br>
<br>
=============== Diff against Graphics-mt.465 ===============<br>
<br>
Item was added:<br>
+ ----- Method: AbstractFont>>hasFixedWidth (in category 'testing') -----<br>
+ hasFixedWidth<br>
+        "Answer whether the receiver is a monospaced/fixed-width/non-proportional font. See TextStyle class >> #defaultFixed."<br>
+ <br>
+        ^ (self widthOf: $.) = (self widthOf: $w)!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>