<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ui.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.ui.php',
    1 => 'UI Functions',
    2 => 'UI Functions',
  ),
  'up' => 
  array (
    0 => 'book.ui.php',
    1 => 'UI',
  ),
  'prev' => 
  array (
    0 => 'ui-draw-text-font-descriptor.getweight.php',
    1 => 'UI\\Draw\\Text\\Font\\Descriptor::getWeight',
  ),
  'next' => 
  array (
    0 => 'function.ui-draw-text-font-fontfamilies.php',
    1 => 'UI\\Draw\\Text\\Font\\fontFamilies',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ui/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.ui.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.ui" class="reference">
 <h1 class="title">UI Functions</h1>

 





















<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.ui-draw-text-font-fontfamilies.php">UI\Draw\Text\Font\fontFamilies</a> — Retrieve Font Families</li><li><a href="function.ui-quit.php">UI\quit</a> — Quit UI Loop</li><li><a href="function.ui-run.php">UI\run</a> — Enter UI Loop</li></ul>
</div>
<?php manual_footer($setup); ?>