<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
  </categories>
  <description>// 96 DPI ピクセルを想定しているデザインをどれだけスケーリングするか double scaleX; double scaleY; #define SCALEX(argX) ((int) ((argX) * scaleX)) #define SCALEY(argY) ((int) ((argY) * scaleY)) void InitScaling() { HDC screen = GetDC(0); scaleX = GetDeviceCaps(screen, LOGPIXELSX) / 96.0; scaleY = GetDeviceCaps(screen, LOGPIXELSY…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2017%2F09%2F26%2F130130&quot; title=&quot;高DPI対応調査　96 DPI ピクセルを想定しているデザインをどれだけスケーリングするか調べる - shikaku&amp;#39;s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-09-26 13:01:30</published>
  <title>高DPI対応調査　96 DPI ピクセルを想定しているデザインをどれだけスケーリングするか調べる</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2017/09/26/130130</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
