GL Studio SCECpp Runtime Library
Public Attributes | List of all members
GlsFontBase::InitParameters Struct Reference

#include <gls_font_base.h>

Public Attributes

const FontAttributes fontAttributes
 
const GlsUInt32 numGlyphAttributes
 
const GlyphAttribute *const glyphAttributes
 
const GlsImage::InlineImage fontInlineImage
 

Detailed Description

initialization parameters for GlsFontBase

Member Data Documentation

const FontAttributes GlsFontBase::InitParameters::fontAttributes

font attributes

const GlsImage::InlineImage GlsFontBase::InitParameters::fontInlineImage

font inline image

const GlyphAttribute* const GlsFontBase::InitParameters::glyphAttributes

array of glyph attributes

const GlsUInt32 GlsFontBase::InitParameters::numGlyphAttributes

number of glyph attribues in glyphAttributes array (>0)