CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | Public Attributes | List of all members
CartoTypeCore::TypefaceAttrib Class Reference

#include <cartotype_graphics_context.h>

Public Member Functions

bool operator== (const TypefaceAttrib &aAttrib) const
 
bool operator!= (const TypefaceAttrib &aAttrib) const
 

Public Attributes

uint32_t Style = 0
 
uint32_t Scripts = 0
 
String Name
 

Detailed Description

The fixed attributes of a typeface.

Member Function Documentation

◆ operator!=()

bool CartoTypeCore::TypefaceAttrib::operator!= ( const TypefaceAttrib aAttrib) const
inline

The inequality operator.

◆ operator==()

bool CartoTypeCore::TypefaceAttrib::operator== ( const TypefaceAttrib aAttrib) const
inline

The equality operator.

Member Data Documentation

◆ Name

String CartoTypeCore::TypefaceAttrib::Name

The name of the typeface.

◆ Scripts

uint32_t CartoTypeCore::TypefaceAttrib::Scripts = 0

Flags broadly indicating the supported scripts.

◆ Style

uint32_t CartoTypeCore::TypefaceAttrib::Style = 0

The style: bold, italic, etc.


The documentation for this class was generated from the following file: