Q&A - Question Symbols are very small upon printing Question Tomaszz Kosinski asked on June 27, 2017, keyword: Developer Kernel Symbols on screen are in a proper size. However upon printing symbols are far to small. I tried to change sizes before print and restore later but it is not very efficient. Is it any simpler solution? Frank Answers Tomasz Kosinski (TatukGIS) replied June 10, 2016 I suppose that you use something like Size=-16. If you express sizes with a minus sign it means that size is expressed in pixels. Screen resolution is typically 96ppi while printers are >300ppi. Device independent sizes are positive numbers and are expressed in twips (1/1440 of inch). If you want to have size that is visually equal to screen 16 pixels calculation is: computed_size = 1440/96 * required_size = 1440/96 * 16 = 240 In DK11 it is even simpler. You can just use: Symbol.SizeAsText;"SIZE:16 dip" where "dip" stands for device independent pixel and is calculated based on 96dpi. Of course you can also use twips, pt, px (mm, cm, m, km, in, ft, yd, nm are used for autoscaling). If you would like to answer the question please Sign In. * * Stay signed in on this computer Please review our recent Privacy Policy.If you have any questions or requests, please contact us. Forgotten password Rules The Questions and Answers (Q & A) is intended to provide a means of communication between TatukGIS customers. Licensed users (with active maintenance play) of TatukGIS products may contribute to the Q & A content. Read-only access is available to anyone. Keep the content positive and professional. Be courteous to others by posting information when a question or issue asked on the Q & A is answered or resolved by other means (such as with help from TatukGIS technical support). Offer others at least a hint how the posted question was answered or the issue was resolved. The Q & A is not a replacement for TatukGIS technical support. TatukGIS team may or may not regularly follow or contribute content.