Share

AcGiTextStyle::setFileName

C++

virtual void setFileName(
    const ACHAR * fontName
);

Description

Sets fontName to be the font file name used by the AcGiTextStyle object. The font file must have one of the following extensions: .shx, .pfa, .pfb, or .ttf.

Parameters

Parameters Description
fontName Input font file name with an .shx, .pfa, .pfb, or .ttf extension

Links

AcGiTextStyle

Was this information helpful?