Share

acdbGetMappedFontName Function

C++

ACDBCORE2D_PORT const ACHAR* acdbGetMappedFontName(
    const ACHAR * fontName
);

File

dbxutil.h

Description

Maps the font that will be used given a font name.

Returns a mapped (substitute) font name or NULL if there is no substitution.

Parameters

Parameters Description
fontName Input font name.

Was this information helpful?