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

Font Stretch Settings

(PHP 7, UI 0.9.9)

Introduction

Class synopsis

final UI\Draw\Text\Font\Stretch {
/* Constants */
const integer UltraCondensed = 0 ;
const integer ExtraCondensed = 1 ;
const integer Condensed = 2 ;
const integer SemiCondensed = 3 ;
const integer Normal = 4 ;
const integer SemiExpanded = 5 ;
const integer Expanded = 6 ;
const integer ExtraExpanded = 7 ;
const integer UltraExpanded = 8 ;
}
add a noteadd a note

User Contributed Notes

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