Enum EmfMidLine

Enum EmfMidLine

Il nome: Aspose.Imaging.FileFormats.Emf.Emf.Consts Assemblea: Aspose.Imaging.dll (25.4.0)

L’elenco MidLine definisce valori per una delle caratteristiche del sistema PANOSE per la classificazione delle facce di tipo.

public enum EmfMidLine : byte

Fields

PAN_ANY = 0

Qualsiasi mezza linea.

PAN_MIDLINE_CONSTANT_POINTED = 9

Constante / indicato

PAN_MIDLINE_CONSTANT_SERIFED = 10

Continuo / Serifico

PAN_MIDLINE_CONSTANT_TRIMMED = 8

costante e tagliato.

PAN_MIDLINE_HIGH_POINTED = 6

alto e indicato.

PAN_MIDLINE_HIGH_SERIFED = 7

Alti e serificati.

PAN_MIDLINE_HIGH_TRIMMED = 5

alto / tagliato

PAN_MIDLINE_LOW_POINTED = 12

basso e indicato.

PAN_MIDLINE_LOW_SERIFED = 13

Basso e sicuro.

PAN_MIDLINE_LOW_TRIMMED = 11

Basso e tagliato.

PAN_MIDLINE_STANDARD_POINTED = 3

Standard e indicato.

PAN_MIDLINE_STANDARD_SERIFED = 4

Standard e serificato.

PAN_MIDLINE_STANDARD_TRIMMED = 2

Standard e tagliato.

PAN_NO_FIT = 1

che non si adatta.

 Italiano