parent root
PHP: UI\Draw\Text\Font\Weight - Manual
PHP 7.2.23 Release Announcement

Font Weight Settings

(PHP 7, UI 0.9.9)

Introduction

Class synopsis

final UI\Draw\Text\Font\Weight {
/* Constants */
const integer Thin ;
const integer UltraLight ;
const integer Light ;
const integer Book ;
const integer Normal ;
const integer Medium ;
const integer SemiBold ;
const integer Bold ;
const integer UltraBold ;
const integer Heavy ;
const integer UltraHeavy ;
}
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root