Object ProDrawingedgedisplay

Function ProDrawingedgedisplayFontSet


Description
Assigns the line font to use for edge display.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingedgedisplayFontSet(
ProDrawingEdgeDisplay edge_display
/* (In)
The edge display object.
*/
ProName font
/* (In)
The name of the font to use for edge display Pass NULL to use the default font.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Drawing Edges
  2. Drawings: Drawing Edges