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

Wrapper for enum Weight. More...

#include <pangomm/fontdescription.h>

Public Types

enum  Weight {
  THIN = 100 ,
  ULTRALIGHT = 200 ,
  LIGHT = 300 ,
  SEMILIGHT = 350 ,
  BOOK = 380 ,
  NORMAL = 400 ,
  MEDIUM = 500 ,
  SEMIBOLD = 600 ,
  BOLD = 700 ,
  ULTRABOLD = 800 ,
  HEAVY = 900 ,
  ULTRAHEAVY = 1000
}
 

Detailed Description

Wrapper for enum Weight.

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

Member Enumeration Documentation

◆ Weight

Enumerator
THIN 

The thin weight (= 100)

Since pangomm 1.24:
ULTRALIGHT 

The ultralight weight (= 200).

LIGHT 

The light weight (= 300).

SEMILIGHT 

The semilight weight (= 350)

Since pangomm 1.36.7:
BOOK 

The book weight (= 380) Since: 1.24).

NORMAL 

The default weight (= 400).

MEDIUM 

The medium weight (= 500)

Since pangomm 1.24:
SEMIBOLD 

The semibold weight (= 600).

BOLD 

The bold weight (= 700).

ULTRABOLD 

The ultrabold weight (= 800).

HEAVY 

The heavy weight (= 900).

ULTRAHEAVY 

The ultraheavy weight (= 1000)

Since pangomm 1.24: