Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the height of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
Definition
Visual Basic Public Property BlackBoxY As Single C# public float BlackBoxY { get; set; } C++ public:
property float BlackBoxY {
float get();
void set(float value);
}JScript public function get BlackBoxY() : float
public function set BlackBoxY(float);
Property Value
System.Single
Floating-point value that represents the height of the glyph's black box.This property is read/write.