iTunes for Windows: Text may appear incorrect if font DPI is not set to 96 DPI

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS iTunes for Windows: Text may appear incorrect if font DPI is not set to 96 DPI
# 1  
Old 10-13-2010
iTunes for Windows: Text may appear incorrect if font DPI is not set to 96 DPI

in iTunes for Windows, some text may appear cut off, incomplete, or distorted if the Font DPI (Dots Per Inch) setting on your computer is not set to "Normal (96 DPI)."

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to set DPI as 90x90 for XVFB Display?

when i am connecting to AIX machine from Windows XP through Xmanager am getting dots per inch problem and here we are connecting to AIX machine using X Server virtual frame buffer . Please set 90x90 dots per inch to X Server virtual frame buffer. (10 Replies)
Discussion started by: prathap.g
10 Replies

2. Solaris

Changing dpi screen resolution in Solaris 10.

Hi, everyone! I would like to try OpenStep for Solaris on my Sun Ultra 10 machine, so I installed all required packages, the problem is that OpenStep requires screen DPI to be set to 72x72 while my current dpi is 90x90. So how do I change the dpi? Thank you! (0 Replies)
Discussion started by: nongrato
0 Replies

3. Slackware

permanently change KDE DPI

I know this has been asked before but everything I have found on the subject either does not apply or does not work. I am trying to set my DPI under KDE in slackware 12.1 to 75. startx -- -dpi 75 works fine as expected. I have an intel video card. this is my xorg.conf: Section "ServerLayout"... (1 Reply)
Discussion started by: raidzero
1 Replies
Login or Register to Ask a Question
pdftoppm(1)						      General Commands Manual						       pdftoppm(1)

NAME
pdftoppm - Portable Document Format (PDF) to Portable Pixmap (PPM) converter (version 3.00) SYNOPSIS
pdftoppm [options] PDF-file PPM-root DESCRIPTION
Pdftoppm converts Portable Document Format (PDF) files to color image files in Portable Pixmap (PPM) format, grayscale image files in Por- table Graymap (PGM) format, or monochrome image files in Portable Bitmap (PBM) format. Pdftoppm reads the PDF file, PDF-file, and writes one PPM file for each page, PPM-root-number.ppm, where number is the page number. OPTIONS
-f number Specifies the first page to convert. -l number Specifies the last page to convert. -o Generates only the odd numbered pages. -e Generates only the even numbered pages. -singlefile Writes only the first page and does not add digits. -r number Specifies the X and Y resolution, in DPI. The default is 150 DPI. -rx number Specifies the X resolution, in DPI. The default is 150 DPI. -ry number Specifies the Y resolution, in DPI. The default is 150 DPI. -scale-to number Scales each page to fit in scale-to*scale-to pixel box. -scale-to-x number Scales each page horizontally to fit in scale-to-x pixels. -scale-to-y number Scales each page vertically to fit in scale-to-y pixels. -x number Specifies the x-coordinate of the crop area top left corner -y number Specifies the y-coordinate of the crop area top left corner -W number Specifies the width of crop area in pixels (default is 0) -H number Specifies the height of crop area in pixels (default is 0) -sz number Specifies the size of crop square in pixels (sets W and H) -cropbox Uses the crop box rather than media box when generating the files -mono Generate a monochrome PBM file (instead of a color PPM file). -gray Generate a grayscale PGM file (instead of a color PPM file). -png Generates a PNG file instead a PPM file. -jpeg Generates a JPEG file instead a PPM file. -tiff Generates a TIFF file instead a PPM file. -tiffcompression none | packbits | jpeg | lzw | deflate Specifies the TIFF compression type. This defaults to "none". -freetype yes | no Enable or disable FreeType (a TrueType / Type 1 font rasterizer). This defaults to "yes". -aa yes | no Enable or disable font anti-aliasing. This defaults to "yes". -aaVector yes | no Enable or disable vector anti-aliasing. This defaults to "yes". -opw password Specify the owner password for the PDF file. Providing this will bypass all security restrictions. -upw password Specify the user password for the PDF file. -q Don't print any messages or errors. -v Print copyright and version information. -h Print usage information. (-help and --help are equivalent.) EXIT CODES
The Xpdf tools use the following exit codes: 0 No error. 1 Error opening a PDF file. 2 Error opening an output file. 3 Error related to PDF permissions. 99 Other error. AUTHOR
The pdftoppm software and documentation are copyright 1996-2004 Glyph & Cog, LLC. SEE ALSO
pdffonts(1), pdfimages(1), pdfinfo(1), pdftocairo(1), pdftohtml(1), pdftops(1), pdftotext(1) 22 January 2004 pdftoppm(1)