123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #region MIT License
- #endregion
- using System;
- namespace SharpFont.PostScript
- {
-
-
-
-
- public enum BlendFlags
- {
- UnderlinePosition = 0,
- UnderlineThickness,
- ItalicAngle,
- BlueValues,
- OtherBlues,
- StandardWidth,
- StandardHeight,
- StemSnapWidths,
- StemSnapHeights,
- BlueScale,
- BlueShift,
- FamilyBlues,
- FamilyOtherBlues,
- ForceBold
- }
- }
|