all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zachary Kanfer <zkanfer@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Is there a built-in way to tell how many lines are in a window in a given face?
Date: Sat, 15 Apr 2017 16:27:12 -0400	[thread overview]
Message-ID: <CAFXT+RObWfAFVL79nyPwTRra_ym1QKJb31Rq4CxwK=qREbfjBA@mail.gmail.com> (raw)
In-Reply-To: <838tn2glmt.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1623 bytes --]

Thanks for the response. I'll look into line-spacing.

What I'm doing is making a presentation mode (
https://bitbucket.org/zck/zpresent.el;, available on Melpa) that presents
from Emacs. I want to be able to, for example, make a title slide that
looks like this (monospaced font required for this to look right):

+--------------------------------+
|                                |
|                                |
|                                |
|       Title goes here!         |
|                                |
|    $DATE         by $PERSON    |
|                                |
|                                |
+--------------------------------+

I'm certainly open to other ways of making this look right. I don't think
doing calculations in pixels would work, unless there's a way to insert
text at a specific pixel inside Emacs. And even if there were, that seems
like a bunch more work to basically reproduce LaTeX.

On Sat, Apr 15, 2017 at 3:44 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> > From: Zachary Kanfer <zkanfer@gmail.com>
> > Date: Sat, 15 Apr 2017 01:14:43 -0400
> >
> > (defun zck--window-max-lines-per-window (face &optional window)
> > "Calculate how many lines of text with face FACE can fit in WINDOW."
> > (truncate (window-body-height window t)
> > (window-font-height window face)))
>
> This doesn't take line-spacing into account, I think.
>
> What are the use cases where you need these metrics of the window?
> I'm not sure I understand the need for these facilities; e.g., why not
> do all your calculations in pixels?  Or maybe fit-window-to-buffer
> will do what you want?
>

[-- Attachment #2: Type: text/html, Size: 2491 bytes --]

  reply	other threads:[~2017-04-15 20:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-15  5:14 Is there a built-in way to tell how many lines are in a window in a given face? Zachary Kanfer
2017-04-15  7:44 ` Eli Zaretskii
2017-04-15 20:27   ` Zachary Kanfer [this message]
2017-04-17  9:05     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFXT+RObWfAFVL79nyPwTRra_ym1QKJb31Rq4CxwK=qREbfjBA@mail.gmail.com' \
    --to=zkanfer@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.