[docs] Hook up hb-var
This commit is contained in:
parent
80d9a427cf
commit
1d40d72f29
|
@ -76,6 +76,7 @@
|
||||||
<xi:include href="xml/hb-ot-name.xml"/>
|
<xi:include href="xml/hb-ot-name.xml"/>
|
||||||
<xi:include href="xml/hb-ot-math.xml"/>
|
<xi:include href="xml/hb-ot-math.xml"/>
|
||||||
<xi:include href="xml/hb-ot-shape.xml"/>
|
<xi:include href="xml/hb-ot-shape.xml"/>
|
||||||
|
<xi:include href="xml/hb-ot-var.xml"/>
|
||||||
|
|
||||||
<xi:include href="xml/hb-shape-plan.xml"/>
|
<xi:include href="xml/hb-shape-plan.xml"/>
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,17 @@
|
||||||
#include "hb-ot-var-mvar-table.hh"
|
#include "hb-ot-var-mvar-table.hh"
|
||||||
#include "hb-ot-var.h"
|
#include "hb-ot-var.h"
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:hb-ot-var
|
||||||
|
* @title: hb-ot-var
|
||||||
|
* @short_description: OpenType Font Variations
|
||||||
|
* @include: hb-ot.h
|
||||||
|
*
|
||||||
|
* Functions for fetching information about OpenType Variable Fonts.
|
||||||
|
**/
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* fvar/avar
|
* fvar/avar
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue