Skip to content

TBLFontPanose

Font PANOSE classification.

Definition

Unit: Blend2D

type TBLFontPanose = record ... end;

Nested Types

Name Description
TDecorative
TScript
TSymbol
TText

Properties

Name Description
Decorative
FamilyKind
IsEmpty
Script
Symbol
Text

Methods

Name Description
Reset

Property Descriptions

Decorative

property Decorative: TDecorative read GetDecorative

Type: TDecorative


FamilyKind

property FamilyKind: Byte read GetFamilyKind

Type: Byte


IsEmpty

property IsEmpty: Boolean read GetIsEmpty

Type: Boolean


Script

property Script: TScript read GetScript

Type: TScript


Symbol

property Symbol: TSymbol read GetSymbol

Type: TSymbol


Text

property Text: TText read GetText

Type: TText


Method Descriptions

Reset

procedure Reset; inline