cheshirekow  v0.1.0
freetype::curve_tag Namespace Reference

A list of constants used to describe curve tags. More...

Variables

const UInt CONIC = FT_CURVE_TAG_CONIC
 
const UInt CUBIC = FT_CURVE_TAG_CUBIC
 
const UInt DROPOUT_MASK = 0xE0
 
const UInt DROPOUT_SHIFT = 5
 
const UInt ON = FT_CURVE_TAG_ON
 

Detailed Description

A list of constants used to describe curve tags.

Variable Documentation

const UInt freetype::curve_tag::CONIC = FT_CURVE_TAG_CONIC

Definition at line 895 of file types.h.

const UInt freetype::curve_tag::CUBIC = FT_CURVE_TAG_CUBIC

Definition at line 896 of file types.h.

const UInt freetype::curve_tag::DROPOUT_MASK = 0xE0

Definition at line 898 of file types.h.

const UInt freetype::curve_tag::DROPOUT_SHIFT = 5

Definition at line 899 of file types.h.

const UInt freetype::curve_tag::ON = FT_CURVE_TAG_ON

Definition at line 894 of file types.h.