Class CommonBlock
BMFont common block — metrics shared across all glyphs.
public sealed record CommonBlock : IEquatable<CommonBlock>
- Inheritance
-
CommonBlock
- Implements
- Inherited Members
Constructors
CommonBlock(int, int, int, int, int, bool, int, int, int, int)
BMFont common block — metrics shared across all glyphs.
public CommonBlock(int LineHeight, int Base, int ScaleW, int ScaleH, int Pages, bool Packed = false, int AlphaChnl = 0, int RedChnl = 0, int GreenChnl = 0, int BlueChnl = 0)
Parameters
LineHeightintBaseintScaleWintScaleHintPagesintPackedboolAlphaChnlintRedChnlintGreenChnlintBlueChnlint
Properties
AlphaChnl
public int AlphaChnl { get; init; }
Property Value
Base
public int Base { get; init; }
Property Value
BlueChnl
public int BlueChnl { get; init; }
Property Value
GreenChnl
public int GreenChnl { get; init; }
Property Value
LineHeight
public int LineHeight { get; init; }
Property Value
Packed
public bool Packed { get; init; }
Property Value
Pages
public int Pages { get; init; }
Property Value
RedChnl
public int RedChnl { get; init; }
Property Value
ScaleH
public int ScaleH { get; init; }
Property Value
ScaleW
public int ScaleW { get; init; }