pangomm 2.54.0
Public Types | List of all members
Pango::BaselineShift_Wrapper Class Referencefinal

Wrapper for enum BaselineShift. More...

#include <pangomm/attributes.h>

Public Types

enum  BaselineShift {
  NONE ,
  SUPERSCRIPT ,
  SUBSCRIPT
}
 

Detailed Description

Wrapper for enum BaselineShift.

BaselineShift enumerators are scoped and can be implicitly converted to int. The scope is Pango::BaselineShift::

Member Enumeration Documentation

◆ BaselineShift

Enumerator
NONE 

Leave the baseline unchanged.

SUPERSCRIPT 

Shift the baseline to the superscript position, relative to the previous run.

SUBSCRIPT 

Shift the baseline to the subscript position, relative to the previous run.