cohtml::Net::UserFontDescription

Inherits from SystemIDisposable

Public Classes

Name
classCharInfo
classKerningPairInfo

Public Functions

Name
virtual voidDispose()
UserFontDescription()

Public Properties

Name
UserFontTypeFontType
stringFontFamily
uintSize
uintSpread
FontWeightWeight
boolIsBold
boolIsItalic
floatLineHeight
floatAscent
floatDescent
UserFontDescription.CharInfoChars
uintNumChars
UserFontDescription.KerningPairInfoKerningPairs
uintNumKerningPairs

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function UserFontDescription

UserFontDescription()

Public Property Documentation

property FontType

UserFontType FontType;

property FontFamily

string FontFamily;

property Size

uint Size;

property Spread

uint Spread;

property Weight

FontWeight Weight;

property IsBold

bool IsBold;

property IsItalic

bool IsItalic;

property LineHeight

float LineHeight;

property Ascent

float Ascent;

property Descent

float Descent;

property Chars

UserFontDescription.CharInfo Chars;

property NumChars

uint NumChars;

property KerningPairs

UserFontDescription.KerningPairInfo KerningPairs;

property NumKerningPairs

uint NumKerningPairs;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;