unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Zachary Kanfer <zkanfer@gmail.com>
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: Mon, 17 Apr 2017 12:05:36 +0300	[thread overview]
Message-ID: <83k26je74v.fsf@gnu.org> (raw)
In-Reply-To: <CAFXT+RObWfAFVL79nyPwTRra_ym1QKJb31Rq4CxwK=qREbfjBA@mail.gmail.com> (message from Zachary Kanfer on Sat, 15 Apr 2017 16:27:12 -0400)

> From: Zachary Kanfer <zkanfer@gmail.com>
> Date: Sat, 15 Apr 2017 16:27:12 -0400
> Cc: emacs-devel@gnu.org
> 
> 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.

Thanks, but I don't think I have a clear understanding how the above
is related to your zck--window-max-lines-per-window.  Let me guess:

Is it correct that you want to calculate how many empty lines to
insert before inserting the Title line, such that the text is
vertically centered in the window?  If so, then I'd begin by inserting
newlines until pos-at-point tells me I'm at the right vertical pixel
coordinate, which can be calculated given the pixel height of the
window and the number of lines you want to be centered in the window
multiplied by what window-font-height returns.  Does this work for
you?



      reply	other threads:[~2017-04-17  9:05 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
2017-04-17  9:05     ` Eli Zaretskii [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83k26je74v.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=zkanfer@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).