Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #31102 > unrolled thread

What's the deal with fonts, anyway?

Started bybit-naughty@hotmail.com
First post2016-08-14 04:49 -0700
Last post2016-08-30 10:39 +0200
Articles 6 — 3 participants

Back to article view | Back to comp.lang.javascript


Contents

  What's the deal with fonts, anyway? bit-naughty@hotmail.com - 2016-08-14 04:49 -0700
    Re: What's the deal with fonts, anyway? Luuk <luuk@invalid.lan> - 2016-08-14 18:26 +0200
    Re: What's the deal with fonts, anyway? bit-naughty@hotmail.com - 2016-08-22 06:25 -0700
      Re: What's the deal with fonts, anyway? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-08-22 21:02 +0200
        Re: What's the deal with fonts, anyway? bit-naughty@hotmail.com - 2016-08-29 23:30 -0700
          Re: What's the deal with fonts, anyway? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-08-30 10:39 +0200

#31102 — What's the deal with fonts, anyway?

Frombit-naughty@hotmail.com
Date2016-08-14 04:49 -0700
SubjectWhat's the deal with fonts, anyway?
Message-ID<c8e1cecf-1eb9-46dc-8b34-d3af9c00c0b0@googlegroups.com>
....as I understand it, fonts in modern browsers can be both bitmap and vector. So, what I wanna know is, for a given font, what's the maximum height a line is gonna take, for a given font size? (like, the tallest letters, say a "h" or "L")? ..... so that I know how many lines can fit on the screen...

How do I get the font height and the viewport height?

[toc] | [next] | [standalone]


#31103

FromLuuk <luuk@invalid.lan>
Date2016-08-14 18:26 +0200
Message-ID<57b09bab$0$827$e4fe514c@news.xs4all.nl>
In reply to#31102
On 14-08-16 13:49, bit-naughty@hotmail.com wrote:
> ....as I understand it, fonts in modern browsers can be both bitmap and vector. So, what I wanna know is, for a given font, what's the maximum height a line is gonna take, for a given font size? (like, the tallest letters, say a "h" or "L")? ..... so that I know how many lines can fit on the screen...
>
> How do I get the font height and the viewport height?
>

now THAT's a big naughty question, because the answer can be found using 
Google pretty simple/quick

http://stackoverflow.com/questions/15195209/how-to-get-font-size-in-html

[toc] | [prev] | [next] | [standalone]


#31139

Frombit-naughty@hotmail.com
Date2016-08-22 06:25 -0700
Message-ID<76af2a60-4cb3-4396-97c9-6d077754629f@googlegroups.com>
In reply to#31102
That page, all of it as far as I could see, keeps talking about the font SIZE - I want the *HEIGHT* of the tallest letter - how do I get that? Are they the same thing?

...and what about the viewport height?


Thanks for your help.

[toc] | [prev] | [next] | [standalone]


#31142

From"Evertjan." <exxjxw.hannivoort@inter.nl.net>
Date2016-08-22 21:02 +0200
Message-ID<XnsA66CD60DBFFA0eejj99@194.109.6.166>
In reply to#31139
bit-naughty@hotmail.com wrote on 22 Aug 2016 in comp.lang.javascript:

> That page,

What page?

Please quote to whom and to what you are replying,
Usenet is not email.

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

[toc] | [prev] | [next] | [standalone]


#31212

Frombit-naughty@hotmail.com
Date2016-08-29 23:30 -0700
Message-ID<721e4f70-20e8-44d4-b57a-a5ea7b3a31b5@googlegroups.com>
In reply to#31142
On Tuesday, August 23, 2016 at 12:32:38 AM UTC+5:30, Evertjan. wrote:

> 
> What page?
> 
> Please quote to whom and to what you are replying,
> Usenet is not email.


....there's only been *one* URL posted in this thread so far, the stackoverflow link.....?

[toc] | [prev] | [next] | [standalone]


#31213

From"Evertjan." <exxjxw.hannivoort@inter.nl.net>
Date2016-08-30 10:39 +0200
Message-ID<XnsA6746C7265F36eejj99@194.109.6.166>
In reply to#31212
bit-naughty@hotmail.com wrote on 30 Aug 2016 in comp.lang.javascript:

> On Tuesday, August 23, 2016 at 12:32:38 AM UTC+5:30, Evertjan. wrote:
> 
>> 
>> What page?
>> 
>> Please quote to whom and to what you are replying,
>> Usenet is not email.
> 
> 
> ....there's only been *one* URL posted in this thread so far, the
> stackoverflow link.....? 

No matter, you should quote wat you are responding on on usenet.

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web