From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Subject: Re: fonts not scaling when zooming in column mode Date: Thu, 7 Mar 2019 18:38:30 +0100 Message-ID: <0c8242e3-0e8b-6500-7379-c2cc6fa108f9@oneaccess-net.com> References: <87lg1qet3o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1wyZ-00015a-4C for emacs-orgmode@gnu.org; Thu, 07 Mar 2019 12:38:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1wyY-0004cx-EM for emacs-orgmode@gnu.org; Thu, 07 Mar 2019 12:38:35 -0500 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:3682) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1wyY-0004bb-4U for emacs-orgmode@gnu.org; Thu, 07 Mar 2019 12:38:34 -0500 Received: from aert.wilec.net (unknown [88.182.160.91]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 4F684B005A3 for ; Thu, 7 Mar 2019 18:38:31 +0100 (CET) Received: from leda.udcast.com (leda.udcast.com [10.64.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (1024 bits) server-digest SHA256) (No client certificate requested) by aert.wilec.net (Postfix) with ESMTPS id B79FB9227DA for ; Thu, 7 Mar 2019 18:38:30 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by leda.udcast.com (Postfix) with ESMTP id 394EE862 for ; Thu, 7 Mar 2019 18:38:30 +0100 (CET) In-Reply-To: <87lg1qet3o.fsf@gmail.com> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, This is the workaround I used, but I agree this is far from perfect ;-) Anyway this works. Thank you. On 07/03/2019 14.01, Eric S Fraga wrote: > On Thursday, 7 Mar 2019 at 12:41, Al wrote: >> Is there any solution to make column mode follow the global font size ? > > Column mode is done using overlays. The text-scale commands don't seem > to affect overlays unfortunately. The only thing I can suggest is > changing the default face to the size you want when you want to zoom > in. Not ideal... > -- Al