cheshirekow  v0.1.0
freetype::subglyph_flag Namespace Reference

A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags. More...

Variables

const UInt32_t _2X2 = 0x80
 
const UInt32_t ARGS_ARE_WORDS = 1
 
const UInt32_t ARGS_ARE_XY_VALUES = 2
 
const UInt32_t ROUND_XY_TO_GRID = 4
 
const UInt32_t SCALE = 8
 
const UInt32_t USE_MY_METRICS = 0x200
 
const UInt32_t XY_SCALE = 0x40
 

Detailed Description

A list of constants used to describe subglyphs. Please refer to the TrueType specification for the meaning of the various flags.

Variable Documentation

const UInt32_t freetype::subglyph_flag::_2X2 = 0x80

Definition at line 886 of file types.h.

const UInt32_t freetype::subglyph_flag::ARGS_ARE_WORDS = 1

Definition at line 881 of file types.h.

const UInt32_t freetype::subglyph_flag::ARGS_ARE_XY_VALUES = 2

Definition at line 882 of file types.h.

const UInt32_t freetype::subglyph_flag::ROUND_XY_TO_GRID = 4

Definition at line 883 of file types.h.

const UInt32_t freetype::subglyph_flag::SCALE = 8

Definition at line 884 of file types.h.

const UInt32_t freetype::subglyph_flag::USE_MY_METRICS = 0x200

Definition at line 887 of file types.h.

const UInt32_t freetype::subglyph_flag::XY_SCALE = 0x40

Definition at line 885 of file types.h.