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

Italic Font Settings

(PHP 7, UI 0.9.9)

Introduction

Class synopsis

final UI\Draw\Text\Font\Italic {
/* Constants */
const integer Normal = 0 ;
const integer Oblique = 1 ;
const integer Italic = 2 ;
}
add a noteadd a note

User Contributed Notes

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