<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pattern brush scaling in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/pattern-brush-scaling/m-p/3766040#M7127</link>
    <description>I try to use bitmap pattern brush to fill shapes, using PCL driver on HP (HP4200)&lt;BR /&gt;&lt;BR /&gt;Test code:&lt;BR /&gt;HBITMAP hbmp=::LoadBitmap( NULL, (char*)32753 );&lt;BR /&gt;    LOGBRUSH lb={BS_PATTERN,clRed,(long)hbmp};&lt;BR /&gt;    HBRUSH hbrsh=CreateBrushIndirect(&amp;amp;lb);&lt;BR /&gt;    HBRUSH hbrsh_old=::SelectObject(hdc,hbrsh);&lt;BR /&gt;    ::Rectangle( hdc,2100,100,2700,800 );&lt;BR /&gt;    ::SelectObject(hdc,hbrsh_old);&lt;BR /&gt;    ::DeleteObject(hbrsh);&lt;BR /&gt;&lt;BR /&gt;PCL6:&lt;BR /&gt;When driver settings have "Print Optimization: Enabled" - pattern is printed scaled (that is - large size). When "Disabled" - pattern is printed small (matching each pixel to printer point).&lt;BR /&gt;&lt;BR /&gt;PCL5:&lt;BR /&gt;This driver had feature "Send graphics as raster/vector". In "vector" case my pattern is also scaling to large size. &lt;BR /&gt;&lt;BR /&gt;Maybe the problem is in place where pattern is rasterizing to printer canvas - on printer or computer.&lt;BR /&gt;&lt;BR /&gt;So the question is: How to disable this feature (to scale or not to scale in all cases) or how to tell if it is turned on?&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Apr 2006 03:37:37 GMT</pubDate>
    <dc:creator>Denis Dudko</dc:creator>
    <dc:date>2006-04-05T03:37:37Z</dc:date>
    <item>
      <title>Pattern brush scaling</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/pattern-brush-scaling/m-p/3766040#M7127</link>
      <description>I try to use bitmap pattern brush to fill shapes, using PCL driver on HP (HP4200)&lt;BR /&gt;&lt;BR /&gt;Test code:&lt;BR /&gt;HBITMAP hbmp=::LoadBitmap( NULL, (char*)32753 );&lt;BR /&gt;    LOGBRUSH lb={BS_PATTERN,clRed,(long)hbmp};&lt;BR /&gt;    HBRUSH hbrsh=CreateBrushIndirect(&amp;amp;lb);&lt;BR /&gt;    HBRUSH hbrsh_old=::SelectObject(hdc,hbrsh);&lt;BR /&gt;    ::Rectangle( hdc,2100,100,2700,800 );&lt;BR /&gt;    ::SelectObject(hdc,hbrsh_old);&lt;BR /&gt;    ::DeleteObject(hbrsh);&lt;BR /&gt;&lt;BR /&gt;PCL6:&lt;BR /&gt;When driver settings have "Print Optimization: Enabled" - pattern is printed scaled (that is - large size). When "Disabled" - pattern is printed small (matching each pixel to printer point).&lt;BR /&gt;&lt;BR /&gt;PCL5:&lt;BR /&gt;This driver had feature "Send graphics as raster/vector". In "vector" case my pattern is also scaling to large size. &lt;BR /&gt;&lt;BR /&gt;Maybe the problem is in place where pattern is rasterizing to printer canvas - on printer or computer.&lt;BR /&gt;&lt;BR /&gt;So the question is: How to disable this feature (to scale or not to scale in all cases) or how to tell if it is turned on?&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2006 03:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/pattern-brush-scaling/m-p/3766040#M7127</guid>
      <dc:creator>Denis Dudko</dc:creator>
      <dc:date>2006-04-05T03:37:37Z</dc:date>
    </item>
  </channel>
</rss>

