Loading...
Searching...
No Matches
Public Attributes | List of all members
escapement_delta Struct Reference

A struct that allows you to specify extra horizontal space to surround each character with. More...

Public Attributes

float nonspace
 
float space
 

Detailed Description

A struct that allows you to specify extra horizontal space to surround each character with.

Escapements need to be multiplied by the font size to get the correct value for the font.

See also
BFont::GetEscapements()
Since
BeOS R3

Member Data Documentation

◆ nonspace

escapement_delta::nonspace

The amount of horizontal space to surround a visible glyph character with.

Since
BeOS R3

◆ space

escapement_delta::space

The amount of horizontal space to surround a whitespace character with, for example B_TAB or B_SPACE.

Since
BeOS R3