Hide Comments
Hide Comments

Comments (0)

Defines the SVG text rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders text.

Namespace: RSSVGTypes

expandingSyntax

Delphi

type 
  TSVGTextRendering = (txrnNone, 
  txrnAuto, 
  txrnOptimizeSpeed, 
  txrnOptimizeLegibility, 
  txrnGeometricPrecision); 
 

expandingMembers

 

Name

Description

public enummember

txrnAuto

Make appropriate tradeoffs to balance speed, legibility and geometric precision, but with legibility given more importance than speed and geometric precision.

public enummember

txrnGeometricPrecision

Emphasize geometric precision over legibility and rendering speed.

public enummember

txrnNone

Represents constant txrnNone.

public enummember

txrnOptimizeLegibility

Emphasize legibility over rendering speed and geometric precision.

public enummember

txrnOptimizeSpeed

Emphasize rendering speed over legibility and geometric precision.

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb